Closed bcho892 closed 1 month ago
Visit the preview URL for this PR (updated for commit 16930c9):
https://uasc-ceebc--pr785-657-backend-create-e-067vb7kg.web.app
(expires Mon, 23 Sep 2024 01:38:34 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: 36296ceaed1d43e92e7d5e81a72a7bd987560bfa
Admin event creation and paginated fetching events
created two endpoints:
GET /events
POST /admin/events
Note the changes used for sorting timestamps in
server/src/data-layer/services/EventService.ts
need to be implemented inBookingHistory
as the are currently not being sorted properly :skull:.