-
Notifications
You must be signed in to change notification settings - Fork 0
Open
1 / 11 of 1 issue completedDescription
- POST /event Create a new event (basic validation + ownership = host_id).
- GET /event/{eventId} Fetch details of a specific event by ID.
- GET /events Fetch a list of events (optionally filtered by category, date, nearby events, etc.)
- PUT/PATCH /event/{eventId} Update event details (only event creator/host should be allowed).
- DELETE /event/{eventId} (Optional) Soft delete or hide event (requires discussion: delete vs archive).
Reactions are currently unavailable
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Ideas