-
Notifications
You must be signed in to change notification settings - Fork 3
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
Viewer Mode Implementation SCRUM-1 #86
Conversation
…s and riders are color coded
…ewers until address is chosen, onViewRouteClick now passes user location to children functions
* adding google auth provider * debugging node_env * additional debug * debug database url * add build commands * add build env debug * add nextauth_url to debug * client side env * clean up debug * check for staging * remove console.log
SCRUM-1 Viewer mode implementation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
👋 @matherg |
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.
Code looks good, tested in staging accordingly. For next time in the main changes maybe add more info abt datatypes, such as in file "AddressCombobox.tsx"
Overview
Main dashboard now includes "Viewer" option. Selecting viewer changes all other fields to optional and disables interaction.
When in viewer mode, map displays all riders and drivers. Viewers can input custom start/end locations. Viewers can filter between riders, drivers, and all.
Dynamic map legend implemented for all Roles
Viewers cannot interact with anything aside from view route and favoriting users
Core changes:
Bug fixes: