7 Commits

Author SHA1 Message Date
f4a55882ac Prepare final project submission 2026-06-13 22:51:56 +02:00
da0cac463b Improved authorization, added link to event cards 2026-06-01 13:14:47 +02:00
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
3208977b9a Add login, save and invite features 2026-04-10 22:50:25 +02:00
61762cefcf Service layer architecture fixed, error handling fixed 2026-04-09 22:22:41 +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