RecursiveThinking / recursive_thinking_website

Recursive Thinking Website
6 stars 2 forks source link

JS - add hasSetupProfile boolean to User Model #127

Open sethborne opened 6 years ago

sethborne commented 6 years ago

so if we are going to have the profile setup page appear on the first login, should we have a boolean for whether or not the user has setup their profile?

so, when logging in - hasSetupProfile would be false, routing the user to #setupProfile

after setupProfile is complete (or honestly, just saved) hasSetupProfile flips to true, and after that the user will get routed to #dashboard instead