Metaculus / metaculus

https://www.metaculus.com
BSD 2-Clause "Simplified" License
54 stars 12 forks source link

Make onboarding trigger when first visiting feed or homepage #1454

Open SylvainChevalier opened 5 days ago

SylvainChevalier commented 5 days ago

Current

You get the onboarding flow when following the email confirmation link.

Desired

You get the onboarding flow when visiting /home/ or /questions/. If you complete it or skip it you don't get it anymore.

hlbmtc commented 5 days ago

@SylvainChevalier Currently, following the activation link always redirects you to the homepage. This should probably be implemented after we update the activation logic to remember the page you signed up from

SylvainChevalier commented 3 days ago

implemented after we update the activation logic to remember the page you signed up from

No need, it's fine if you get the onboarding flow when you follow the confirmation link. That's the current behaviour, so no loss.

This will be very useful for a coming Program, do you think you can get to this by end of next week?

hlbmtc commented 3 days ago

@SylvainChevalier Sure, I've just opened a pull request -- https://github.com/Metaculus/metaculus/pull/1486