grassrootsgrocery / admin-portal

GNU Affero General Public License v3.0
11 stars 6 forks source link

Default the "Add Saturday Event" link to future date #152

Open mattsahn opened 8 months ago

mattsahn commented 8 months ago

The current "+ Add Saturday Event" button will launch an Airtable form defaulting to 1/1/2023 date for all date fields. This is more error prone than it needs to be. It would be better to not default at all or at least do 2024 instead.

Better yet, this could be migrated to a Fillout form instead of an airtable one, which would have better UX and error checking. Tagging @hgreenhut for thoughts on that.

https://github.com/grassrootsgrocery/admin-portal/blob/54f039e0ec5e61969026370b5b63967ca7e31715/client/src/pages/Events/Events.tsx#L10

image