Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:2
-
Sprint:Fall 6 : 28 Oct to 8 Nov, Fall 7 : 11 Nov to 22 Nov
Description
Situation: When a user clicks on the search bar or the analyses history, the middle panel changes to show the new data. However, this causes the user to "lose" their current directory position. For example, a user is 10 directories deep, they click on analyses - to get back to the location 10 directories deep they would have to re-navigate all the way there. To increase usability, it would be better if there were a way to navigate back to the directory they were in from search/analyses.
Task: Investigate and implement a back button that allows the user to navigate back to the previous directory location, making sure that it works for general navigation, the search panel, and the analyses panel.
The logic we are going with is:
If a user searches for a term, the back button appears next to the search bar. This way they can return to the directory location before searching, if necessary. If they search for something, and then click on Analyses, the back button is still there, and will return them to the directory location before searching.
I've changed the title of this issue to more accurately reflect the changes.
Closing issue.
Note: I think we will need to investigate a more fully-fledged back button. Karthik mentioned there may be a way to do this easily in Django, but it requires further investigation. A new issue will be created to explore a more functional back button.