Easy event scheduling:
Everyone can create an event, what does that mean? Let's say you're in a class of 15 people, and you want to organize a meeting. You have a few dates in mind and want to make sure with the whole group that they will be available on those dates, staying on track with everyone's response/lack of response can lead to some headaches. With Matay (translates to “when” in Hebrew) you can easily create an event, and send out the link to whoever.
- Easy way to create an event, no user account needed.
- Intuitively see user responses, with their availability status – which can be either ✅ available, ❌ unavailable or 🟧 might be available.
- Progress bar for each date suggested, calculated with the user responses.
- Ability to show the event IDs you've created, this was achieved using local storage.
- Using “zod” for form schema validations.
$ docker compose up --build --force-recreate
$ docker compose -f docker-compose.production.yml up -d
The database port (using 27018
) is purposely not exposed (in docker-compose.yml
)
- Show the event type on the event page.
- Add ability to post comments on the event page.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.