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

Redo signup page #123

Open
harryrigg opened this issue Nov 3, 2024 · 1 comment · May be fixed by #135
Open

Redo signup page #123

harryrigg opened this issue Nov 3, 2024 · 1 comment · May be fixed by #135
Assignees
Labels
difficulty:medium enhancement New feature or request frontend Task must have a front end issue

Comments

@harryrigg
Copy link
Collaborator

harryrigg commented Nov 3, 2024

Sign up page should be redone to use react-hook-form instead of manually managing state and errors. This will make the code more maintainable and the form will be more accessible.

Use zod to define a schema that matches the backend requirements, and provides descriptive error messages.

See the create and edit event pages for reference.

@harryrigg harryrigg added enhancement New feature or request frontend Task must have a front end issue difficulty:medium labels Nov 3, 2024
@harryrigg harryrigg self-assigned this Nov 9, 2024
Copy link

github-actions bot commented Nov 9, 2024

Branch issue-123-Redo_signup_page created!

@github-actions github-actions bot linked a pull request Nov 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty:medium enhancement New feature or request frontend Task must have a front end issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant