Major refactor and updated documentation of the following FormFields components:
field-input
field-multi-select
field-single-select
field-text-area
field-radio
Moved the aforementioned components to new directory called CommonFields
General styling overhaul of the following Form components:
event-form
prepopulated-event-form
Change Form
Fill this up (NA if not available). If a certain criteria is not met, can you please give a reason.
[x] The pull request title has an issue number
[x] The change works by "Smoke testing" or quick testing
[ ] The change has tests
[x] The change has documentation
Other Information
The zod schema updateEventSchema maybe needs to be overhauled, it will let you PATCH events with an empty name. I tried changing up the schema but it resulted in failed API tests.
Change Summary
Major refactor and updated documentation of the following
FormFields
components:field-input
field-multi-select
field-single-select
field-text-area
field-radio
Moved the aforementioned components to new directory called
CommonFields
General styling overhaul of the following
Form
components:event-form
prepopulated-event-form
Change Form
Fill this up (NA if not available). If a certain criteria is not met, can you please give a reason.
Other Information
The
zod
schemaupdateEventSchema
maybe needs to be overhauled, it will let youPATCH
events with an empty name. I tried changing up the schema but it resulted in failed API tests.