-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add breadcrumbs #425
Comments
Is there a way to reference the Lat/Long of the last search to have the map redirect to the appropriate location? Also, same idea for school lists... is there a way to direct to the school list where the current school falls within? I have a basic breadcrumb done, but it simply directs the user back to the generic map and school list which doesn't seem as helpful. |
@knappsacks
It would be great if the reference back through the breadcrumbs would retain that saved search result. But that could definitely be saved for a second iteration of the feature. If the breadcrumbs are stable now, it sounds like it might be time for a PR. Some of other enhancements could be:
I'm not sure what would be most intuitive to users. @LASHirsh might know some best practices for this. |
@alexlemann |
@knappsacks I checked this out tonight. It looks great so far. I think the only blocker for me would be getting something in for breadcrumbs on every page. Once it's merged we can iterate on making it fancier. But, getting breadcrumbs on the About, Map, etc pages would be a great first step. Thanks again for the work @knappsacks ! Impressive start. |
@alexlemann as I was going to add breadcrumbs to add'l locations, but I'm taking a step back and wondering what they're value is in general. There's already a clear navigational menu in the top right that highlights Map, About, School Guide, and Schools and highlights the active page. If the active page and navigation options are unclear to the user, perhaps the menu could be shifted to the left side of the page to be more prominent. The breadcrumbs themselves are confusing because I don't actually go from Map > Schools (School Listing) > Individual School... I just go from Map > School (Individual School). So the crumbs are adding an extra step I didn't take to get there. (Or, I can go School Guide > Schools (School Listing) > Individual School.... of I can just go directly from Schools (School Listing) > Individual School.) |
@LASHirsh what do you think about Taylor's comments about the usability of breadcrumbs on the school details page? |
Some random thoughts from my perspective:
|
Oy, I missed this issue...finally returning to this convo! Thanks @alexlemann and @knappsacks for your thoughts and work on this. My thoughts: @alexlemann, I agree that we would ideally want to implement breadcrumbs on all pages for the sake of consistency, but it's not strictly needed on the other top level pages (since the title of the page you're on is highlighted in the menu) and it does take up some vertical screen real estate. I believe just having it on individual school pages would be useful, but we can user test this if we want to determine whether the perceived benefit is worth the added complexity. And yes, linking site name/logo in the upper left of the main navigation back to the home page (i.e., Map) is needed and a big, easy usability win! Users expect that link to be there. @knappsacks , I understand what you're saying about how the breadcrumbs can be confusing, depending on the path you take to the profile, but I think the benefits would outweigh the potential confusion for some users. A general rule of thumb for breadcrumbs is to show the site hierarchy, not the user’s path. The reasoning for recommending breadcrumbs initially is that without breadcrumbs on individual school details (profile) pages, users have no visual indicator of where they are in the site. School profile pages should live under the Schools page. Some users during profile testing mistook a school details/profile page for the homepage (however this may have been due, in part, to where they started during the school profile usability testing...they did not start at the map). Your suggestion about moving the main menu to the left is an interesting one, but since the issue isn't that the menu isn't prominent enough, I don't think that change is needed. |
See mockup in Issue 390
The text was updated successfully, but these errors were encountered: