intermine / intermine/bluegenes
Support re-dispatching of events for active page after a restart
Open
low-priority
- Dominant language
- Clojure
- Stars
- 75
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
When you do some action which requires a restart, like logging in or refresh an expired token, instead of sending you back to the homepage it would be better to reload the data for the current page.
This would require keeping track of the events that are required for each page. A simple approach could be to call the reitit router start controllers for the page.
Contributor guide
Assessment
This issue has not been assessed yet.