local-motion / product

Apache License 2.0
2 stars 1 forks source link

Cache adding playground/selected playground while not authenticated #341

Closed maxvisser closed 5 years ago

maxvisser commented 5 years ago

Description

Currently user can't add a playground while not being authenticated. We don't want an unauthenticated user to write any data to storage therefor the idea arised to cache the action while the user authenticate

Userflow

  1. user presses CTA button on frontpage
  2. user goes to 'Add playground' card
  3. User adds playground in card or search for an existing playground
  4. User goes to 'Login' card
  5. user authenticates by login or account creation
  6. playground get added and user gets redirected to the corresponding playground. (if user created playground); if user searched for a playground and selected one he will be redirected to this selected playground.

Defintion of Done