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
user presses CTA button on frontpage
user goes to 'Add playground' card
User adds playground in card or search for an existing playground
User goes to 'Login' card
user authenticates by login or account creation
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.
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
Defintion of Done