Improve Back And Forward Map Navigation
Subscribe

From OpenNMS

Jump to: navigation, search

Contents

Feature Description

The navigation of submaps within the OpenNMS Map will be improved to not be more obvious. Additionally, the Map URLs will improved such that the browser back button will function properly preventing the user from accidently navigating out of the map application.

Map Navigation Now

The use of back and forward (in WorkPanel SVG) arrow keys permit the user navigate throw the maps it has opened. The history is saved in an array so that you can move from the different opened map.

Use cases

a) Hitting the back browser button move the user to the previuos opened map (If no map where opened the user come back to the MapNotOpen blanck page).

b) Hitting the forward browser button move the user to the opened map (the map opened before hitting back button)

c) Remove the navigation arrows?

Strategy

  • Check the map history function
  • Enhance the map application using the jquery history plugin to store history on opened maps


Acceptance Criteria

To be done