cuappdev / cuappdev/pear-android
Separate Logistical Code from UI Code in SchedulingActivity
- 主要言語
- Kotlin
- スター
- 1
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
ideally the logistical code is separated from the ui code thru a method call, where the logic code can live in the presenter and the ui code lives in the activity. combining both makes the file more difficult to read -- this is just one ex of the need for a presenter in this file
_Originally posted by @ningning621 in https://github.com/cuappdev/pear-android/pull/3_
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by reading SchedulingActivity and identify which code handles scheduling logic versus UI responsibilities. Define the presenter boundary described in the issue, move the logistical work behind method calls, and verify that the activity remains responsible for UI behavior without changing scheduling functionality.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- android, kotlin
- 領域
- mobile
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100