Esri / geoportal-server-harvester

Metadata Harvester for Esri Geoportal Server
http://esri.github.io/geoportal-server/
Apache License 2.0
31 stars 24 forks source link

F/router #150

Closed pandzel-zz closed 3 years ago

pandzel-zz commented 3 years ago

Description

This pull request introduces a 'router'; mechanism to track history of user switching between tabs.

Testing

  1. Switch between home, brokers and tasks tab,
  2. From tasks enter task history,
  3. From task history enter either errors or description of the error (id available),
  4. No other link on any pane or dialog should have "#" (hover over the link to check). Instead it should have either an absolute link or 'javascript:void(0)'.
  5. Expected that browser will retain browsing history; clicking 'back' button or 'forward' button moves through history.
pandzel-zz commented 3 years ago

@zguo Please, review.