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

Create Event / Modify Event Form Validation #42

Closed
javalosr2004 opened this issue Feb 5, 2024 · 0 comments
Closed

Create Event / Modify Event Form Validation #42

javalosr2004 opened this issue Feb 5, 2024 · 0 comments
Assignees
Labels

Comments

@javalosr2004
Copy link
Collaborator

javalosr2004 commented Feb 5, 2024

Description
Your task for this is to add form validation to creating events / modifying events, I recommend focusing on one and just copying the code over to the other. This does mean refactoring the create/edit button as edit button will be accepting an Event object.

Acceptance Criteria
Create/edit event components are separate. Form highlights input areas that are empty.

Steps:

  • Add a way to select the start time and end time.
  • Use form validation with Chakra UI.
  • Refactor edit component to accept Event object (can be found in database folder)

Additional Information
https://chakra-ui.com/docs/components/form-control/usage

@logancostello logancostello self-assigned this Feb 5, 2024
@logancostello logancostello linked a pull request Feb 15, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants