Is your feature request related to a problem? Please describe.
Right now in server\src\data-layer\services\EventService.ts we simply sum up all the total reservations. This may not be the most useful, instead we want the data returned in the format:
{
"event_1": 200,
"event_2": 20,
// Etc ...
}
So on the front end we can programatically match them with the relevant event.
Is your feature request related to a problem? Please describe.
Right now in
server\src\data-layer\services\EventService.ts
we simply sum up all the total reservations. This may not be the most useful, instead we want the data returned in the format:So on the front end we can programatically match them with the relevant event.
BEFORE MERGING
yarn workspace server tsoa spec-and-routes
)git fetch origin master:master
, thengit rebase master
orgit merge master
)