-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/Use Nominatim API to display better park names #91
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great PR that adds a useful feature! I’ll let you respond to my comments on the general implementation logic of your PR. Don’t forget to check the issues raised by Sonar as well. Also, consider adding more details in the description about the files and components you’ve modified next time. Good job!
app/src/main/java/com/android/streetworkapp/model/park/ParkViewModel.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/android/streetworkapp/model/park/ParkNameRepository.kt
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for responding to my comments and for the improvements. After discussion we keep the current implementation and open a non-urgent issue #99 to refactor the Park MVVM in the future. I approve this PR it can be merged. Good job!
Overview
Until now, we displayed only a placeholder value for the name of each park. The objective of this Pull Request is to change those placeholder names with more meaningful names. To do so, we will display the road of each park by using the Nominatim API.
Features
NominatimParkNameRepository
to utilise the Nominatim APIHow to Test
Screenshot