Skip to content
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

Merged
merged 18 commits into from
Aug 30, 2024

Conversation

Gutts-n
Copy link
Contributor

@Gutts-n Gutts-n commented Aug 29, 2024

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

Copy link

vercel bot commented Aug 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
tdc-data-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 30, 2024 10:03pm

…oved sign and sign up using email and password, and finished validations in the last component
@Gutts-n Gutts-n changed the title WRI: Created onboarding page without logic implemented Created onboarding page without logic implemented + removed email and password fields of sign in and sign up pages Aug 29, 2024
@Gutts-n Gutts-n requested review from luccasmmg and demenech August 29, 2024 20:17
@Gutts-n Gutts-n changed the title Created onboarding page without logic implemented + removed email and password fields of sign in and sign up pages WIP: Created onboarding page without logic implemented + removed email and password fields of sign in and sign up pages Aug 30, 2024
@luccasmmg luccasmmg self-requested a review August 30, 2024 13:15
Copy link
Contributor

@luccasmmg luccasmmg left a 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

@Gutts-n Gutts-n changed the title WIP: Created onboarding page without logic implemented + removed email and password fields of sign in and sign up pages Created onboarding page without logic implemented + removed email and password fields of sign in and sign up pages Aug 30, 2024
@Gutts-n Gutts-n merged commit 2c7f6cb into main Aug 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants