notify.moe
notify.moe copied to clipboard
Events
Let users be able to create events for upcoming local or online events (anime expos).
Event has the following fields:
- ID
- UserID
- Date (From and To/Until)
- Location (not sure about data type yet)
- Title
- Description (Markdown string)
- Members (array of user IDs)
- Created (date)
- Edited (date)
Users can see events on /events which can be linked in the sidebar.
They can press a "Join" button to be registered as an attendee.
Infinite scrolling and search should be available.