-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created onboarding page without logic implemented + removed email and password fields of sign in and sign up pages #21
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
… feature/onboarding-page
…oved sign and sign up using email and password, and finished validations in the last component
… feature/onboarding-page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On a general note, wheneaver you can you should start to use react-hook-form and zod
https://ui.shadcn.com/docs/components/form
Its ok if you dont make all components work with that (the multiple emails) or the combobox, but as a general guideline you should already be putting validation logic in a zod schema otherwise thats going to be work thats going to fall to whoeaver implements the actual form in the end
… feature/onboarding-page
… feature/onboarding-page
Main issue: #19
Related issues: #5, #6
Created onboarding steps without integration with the backend and removed email and password fields of sign up and sign in.
Code review to @demenech or @luccasmmg