Browse Source

SPA = Single page application

pull/21/head
baarkerlounger 4 years ago
parent
commit
eb680249ab
  1. 2
      doc/adr/adr-003.md

2
doc/adr/adr-003.md

@ -5,7 +5,7 @@ Turbo Frames (https://github.com/hotwired/turbo-rails) for form pages/questions
#### Impact on Performance
Using Turbo Frames allows us to swap out just the question part of the page without needing full page refreshes as you go through the form and provides an "SPA like" user experience. Each question still gets a unique URL that can be navigated to directly with the Case Log ID and the overall user experience is that form navigation feels faster.
Using Turbo Frames allows us to swap out just the question part of the page without needing full page refreshes as you go through the form and provides an "Single Page Application like" user experience. Each question still gets a unique URL that can be navigated to directly with the Case Log ID and the overall user experience is that form navigation feels faster.
#### Impact on interrupted sessions

Loading…
Cancel
Save