Open Source Project for Grow with Google Udacity Scholarship Challenge - Navigation app using offline first strategy and google maps api - To get started please refer to the README.md - CONTRIBUTING.md and the project Wiki
WIP - will merge in when ready; wanted to show changes I'm implementing for review and feedback.
Issue Number:
207, #205, and #206
Issue Description:
Add navbar per mockup, style other pages per mockup, and other general app styling: UI clean up and tying up loose ends.
Summary of solution:
Add navbar component
Restyle login, register, and map view to factor in navbar location
Style home screen per mockup
Refactor ~/client/app.js to allow for passing available screen height through to other components. This is the remaining screen space left after fixing navbar at top of the screen.
Similarly style reset-password screen
Add user info to profile page
Style reset-password page similarly like rest and allow user info update
Can this issue be closed?
Yes
Should any new issues be added as a result of this solution?
Need to refactor to allow passing onSubmit and onClick functions to Search and SearchResults components. Additionally, need to allow passing results to map view from home screen search results.
Update map view to use icon image for current user location
add logic to handle reseting user password by email request and token validation
Have you named your branch in a descriptive way? Remember to name your branch in a unique and descriptive manner in order to properly reflect the issue or feature.
WIP - will merge in when ready; wanted to show changes I'm implementing for review and feedback.
Issue Number:
207, #205, and #206
Issue Description:
Add navbar per mockup, style other pages per mockup, and other general app styling: UI clean up and tying up loose ends.
Summary of solution:
~/client/app.js
to allow for passing available screen height through to other components. This is the remaining screen space left after fixing navbar at top of the screen.Can this issue be closed?
Yes
Should any new issues be added as a result of this solution?
Need to refactor to allow passing
onSubmit
andonClick
functions to Search and SearchResults components. Additionally, need to allow passing results to map view from home screen search results.Update map view to use icon image for current user location
add logic to handle reseting user password by email request and token validation
Have you named your branch in a descriptive way? Remember to name your branch in a unique and descriptive manner in order to properly reflect the issue or feature.
Thanks for contributing!