department-of-veterans-affairs / tmf-auth-exp-design-patterns

Developing design patterns for the authenticated experience
2 stars 0 forks source link

SPIKE Determine best way to reroute users after editing from review page #127

Closed msbtterswrth closed 1 month ago

msbtterswrth commented 1 month ago

Background

During our research in #117 we discovered that several team have implemented a similar review process whereby users are returned to the review from the edit step. These teams are using different methods to accomplish this; session storage and query strings.

We want to determine the best route forward for this pattern.

ACs

bellepx0 commented 1 month ago

Please see spike doc here.

bellepx0 commented 1 month ago

We have decided to go with using sessionStorage for this pattern (Option 1 in the doc).