herd icon indicating copy to clipboard operation
herd copied to clipboard

UI - Navigate back to tabbed sections

Open nateiam opened this issue 7 years ago • 0 comments

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:

  1. User navigates from Home to Category Page - A to Category Page - B
  2. User is by default viewing the Overview tab of the category page and navigates to the Related Data Entities tab
  3. User navigates to Data Entity Page - X
  4. 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.

nateiam avatar Mar 14 '17 13:03 nateiam