Code Oops Reminder #1142
Labels
front-end
type of development task relating to the website
issue level I: request
Smallest type of issue; Typically can be completed by one person
p-feature: reminder component
priority: medium
role: development
anything related to code
size: 2pt
Can be done in 7-12 hours
Milestone
Dependency
Overview
If you use browser navigation like (refresh, forward and backward) while in the letter generator, the app forgets all your previous answers. And because it uses your previous answers to determine the flow and eventually to form the letter, the app breaks and shows a blank white page.
We should
a) warn users not to use browser navigation like (refresh, forward and backward) while in the letter generator before they start #1152
b) if a user does refresh, we should show a little Oops reminder (similar to the #1136, but smaller) reminding the user not to use browser navigation
Action Items
Resources/Notes
DESIGN
The bug is created by having an empty formstate while in the middle of the letter generator. This might be able to be used to dynamically present the oops reminder when the state is empty and you are in the LG.
The text was updated successfully, but these errors were encountered: