Closed djplaner closed 3 years ago
Currently one of the last things CI does is check to see if a URL parameter has been passed specifying which accordion to open.
If there is one, we would want to ignore (and update localStorage).
If there isn't one, that's when we'd want to open the contents of localStorage if there is one.
Problem
With a complex accordion interface the current state of the accordions can be a complex process to recreate. Which is what uses have to currently do if they navigate away. Negative feedback from the Media Law students.
Proposed solution
Have the Content Interface use localstorage to remember the state of the accordions.