FightPandemics / FightPandemics/FightPandemics-android

Refactor package name from SignUpEmailFragment

Open
#201 0 comments 0 reactions 0 assignees View on GitHub
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.

![image](https://user-images.githubusercontent.com/36528546/110679495-5ff18380-818c-11eb-9a81-76d581122023.png)

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.