3 Commits

Author SHA1 Message Date
Nandrx
ae3692697b Add REST-compliant PUT/DELETE endpoints and invitation validation
- Replace POST /invitation/:id/accept|decline with PUT /invitation/:id
- Add DELETE /invitation/:id (full CRUD: GET, POST, PUT, DELETE)
- Validate invitation recipient exists before creating invitation (404)
- Block self-invitation (400)
- Propagate server error messages to inline card feedback
- Add Loeschen button to invitation cards (demonstrates DELETE in UI)
- Improve empty state with icon and descriptive text
2026-05-31 17:52:25 +02:00
ed637b5ba7 Added date and category filtering 2026-04-05 16:00:47 +02:00
0fe66d8746 Initial project setup with HTML structure, modular JS, and Ticketmaster event fetching 2026-03-15 12:09:43 +01:00