issues
search
incubrain
/
astrotribe
Where astronomers and space-tech enthusiast get their news
https://astronera.org
7
stars
2
forks
source link
User Signup
#223
Open
Drew-Macgibbon
opened
2 months ago
Drew-Macgibbon
commented
2 months ago
Signup Flows
[ ] email and password
[ ] Oauth Twitter and Linkedin - We should add Google
What we need to test:
Form Validation - We use Zod for this. Check the code and log outputs.
Resend for business automation emails, check that validation email is sent and link works correctly. (only for email/password)
Should redirect to a "please check your email" page
Only create the user_profiles row when the user clicks on the validation link.
Form submission - Is the data getting saved into the auth.users table in supabase
Make sure we handle if the account already exists, notify the user in some way.
Check that a new row in user_profiles is created with all required info
especially with 0auth as we extract information from the social providers (different for each provider) (handled by pg function)
Check that the UI has updated, any user permissions are working as expected etc.
Signup Flows
What we need to test: