FightPandemics / FightPandemics/FightPandemics-android
Refactor package name from SignUpEmailFragment
- Dominant language
- Kotlin
- Stars
- 12
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
To traverse from SignUpEmailFragment to mainfeed, an intent is used. The way the intent is declared uses the package name as a constant. This should exist somewhere in the top level instead of here, in case the package name changes.

Contributor guide
Research direction
Start at the SignUpEmailFragment entry point and locate the intent declaration used to navigate to mainfeed. Identify where the package-name constant is currently defined, move its ownership to the top-level location requested by the issue, and verify that the navigation still resolves after the refactor.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100