herd
herd copied to clipboard
UI - Navigate back to tabbed sections
As a Business Analyst I want to navigate back through my history including tabbed sections so I can navigate efficiently and share bookmarked tab sections
Currently the tabs are not considered when using the back button to navigate. For example:
- User navigates from Home to Category Page - A to Category Page - B
- User is by default viewing the Overview tab of the category page and navigates to the Related Data Entities tab
- User navigates to Data Entity Page - X
- User clicks back button and ends up on Overview tab of Category Page - B
This story is to modify navigation so that the user ends up on the Related Data Entities tab of Category Page - B instead of the Overview tab
Acceptance Criteria
- Clicking the back button after navigating away from a non-default tab will take you back to whatever tab you clicked from instead of the default tab.
- Applies to Related Data Entities tab but not to Columns tab (there is no drill-down on columns tab)
- User can bookmark a page including tab state eg user can bookmark Related Data Entities tab of Category Page - B
TECH NOTE - includes some plumbing work to re-work Angular router.