code4romania / code4romania/mon-vot-android-kotlin
Rework polling stations selection screen
Open
- Dominant language
- Kotlin
- Stars
- 7
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Polling stations will be identified by CountyCode and CommunityCode.
Add a new dropdown for selecting community in `fragment_polling_station_selection.xml`
A county contains one or more communities.
To get communities query `/api/v1/county/{countyCode}/communities`
Polling stations are identified by countyCode and communityCode.
Send communityCode to all requests that contain countyCode.
See rough implementation in #263
Contributor guide
Assessment
This issue has not been assessed yet.