We have created a NewEvent form that is super comprehensive, and has a popout modal when editing the expenses. We want to introduce a separate component that is just focused on the expenses.
Additionally, we have a lot of forms that perform validation on their inputs. We want these to be handled in a consistent way through the use of Chakra UI error toasts (https://chakra-ui.com/docs/components/toast).
Acceptance Criteria
[ ] Design is implemented as above
[ ] Code is reused where possible between NewEvent and NewExpense
[ ] Existing forms from sprint 1-3 perform correct validation and use the toast feature
Notes
Don't hesitate to reach out for clarification / help / to get feedback on anything!
Description
We have created a NewEvent form that is super comprehensive, and has a popout modal when editing the expenses. We want to introduce a separate component that is just focused on the expenses.
Additionally, we have a lot of forms that perform validation on their inputs. We want these to be handled in a consistent way through the use of Chakra UI error toasts (https://chakra-ui.com/docs/components/toast).
Acceptance Criteria
Notes