Skip to content
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

implement or create breadcrumb state container. #517

Open
lexjacobs opened this issue Apr 22, 2016 · 2 comments
Open

implement or create breadcrumb state container. #517

lexjacobs opened this issue Apr 22, 2016 · 2 comments
Assignees

Comments

@lexjacobs
Copy link
Contributor

lexjacobs commented Apr 22, 2016

Based on wireframe review we will be implementing a navigational breadcrumb on the client ui.
Research simple existing implementations or create one.
Initial thoughts are to store navigational hierarchy as a tree, and render breadcrumb as a representation of the existence of parents from any point in the tree.

@lexjacobs lexjacobs self-assigned this Apr 22, 2016
@lexjacobs
Copy link
Contributor Author

image

@lexjacobs
Copy link
Contributor Author

lexjacobs commented Jun 1, 2016

Current thinking: the navigational state of the app is tracked via routeNameToIconClassHash in client/js/preload/setBaseTemplateListeners.js . Create a tree mapping that represents the breadcrumb state in this file.

And after route change, append breadcrumb.

Also clean up tail/routes.js in compliance and topology if not needed for current dynamic route generation machinery. Be aware of client/js/views/addonMenuView.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant