ecrin-github / rms-portal-new

RMS Portal with Python backend
MIT License
0 stars 0 forks source link

Improve app speed by adding state keeping on more pages #83

Open cudillal opened 3 weeks ago

cudillal commented 3 weeks ago

State keeping is already implemented on some routes (individual views to summary pages when individual views have not been edited), and could be implemented on more routes (from edit to individual views when editing has been cancelled, when navigating out of contact page to not lose form data if the form has not been submitted, etc.).