cuappdev / cuappdev/pear-android
Separate Logistical Code from UI Code in SchedulingActivity
- Langage dominant
- Kotlin
- Étoiles
- 1
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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_
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- android, kotlin
- Domaine
- mobile
- Type d'issue
- Refactorisation
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100