-
Notifications
You must be signed in to change notification settings - Fork 25
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
When auditing a custom route, show in sidebar #3272
Comments
I like this except for the part where we make the mission the full length of the route. We don't put a cap on the length of a route, so we should still probably split up long routes into smaller missions |
Perhaps but IIRC, there is no way to reselect the route in the future, correct? So, if the user leaves the neighborhood (by starting a mission somewhere else) then no way to re-select this route... |
Correct! I agree that we should add a way for users to be able to resume their routes if they go to a different neighborhood. But the suggestion looks like it would also turn the route into one really long mission. We just need to find a better way/location to show this info. |
OK. How about just:
Where Route X is hyperlinked and returns to the RouteBuilder so you can view it? <-- but if that's too complicated, just make the MVP the text above. Thoughts? |
We don't have the ability to view routes again in RouteBuilder yet, but showing the route ID is easy enough! |
Is it possible to also show the the full length of the custom route? When I'm doing it, I really want to know how long the route is in total. My preference, honestly, is to not break up a custom route into smaller missions but just keep it as one long mission. This would work better for the user study too. This was my original recommendation too (and I find myself agreeing with myself, ha!). |
I agree that I want info on where you are within your route, possibly part of a larger sidebar redesign..? 👀 #2260 Though I disagree that turning the custom route into one large mission is a good idea. Missions are generally very short, so we lose out on a lot of the gratification/gamification that users are supposed to experience. I do think that we could be smarter about how long we make the missions, or making the route one mission if the route is small enough, for example. But the change that will make all of this clearer is just to give a better idea of where users are in their overall route at all times. |
Thanks for the discussion Mikey (both here and over Slack). |
When you're auditing a custom route, I suggest showing that in the sidebar here:
Instead of:
We have:
Could have link to the custom route here so it would take you back to routebuilder or allow you to share it with others
The text was updated successfully, but these errors were encountered: