Venue microservice needs implemented #25
Labels
enhancement
New feature or request
events • uems-event-micro-dionysus
Event microservice problems
management • uems-hub
issues related to project management, docker or deployment configurations
routing • uems-gateway
issues regarding routing of requests to microservices via the gateway or any associated problems
ui • uems-frontend-themis
Currently the dionysus service holds the name of the venue but to allow the creation and management of custom venues this needs to be migrated out to its own microservice. This provides a greater level of decoupling, reduces venue ambiguity, greater resiliance to detail changes (especially names).
Considerations
This will add overhead to event queries as the backend will either have to make requests to and wait for the venue service to respond, or the frontend will need to do this instead. Database management needs to be considered as we are effectively trying to produce a join across two independent databases.
Impacted services
uems-frontend-themis
(provisionally)uems-event-micro-dionysus
uems-hub
uems-gateway
(provisionally)The text was updated successfully, but these errors were encountered: