You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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:
Additional Information
https://chakra-ui.com/docs/components/form-control/usage
The text was updated successfully, but these errors were encountered: