Introduce Service API for the UI to interact with #1029
Labels
core
Feature or fix task considered to be in the core product
enhancement
New feature or request
high prio
tasks that require urgent attention
What are you missing?
Currently, we inject a ton of services in the UI components and also burden the UI with the orchestration of service calls. This is not required
and should be hidden to the UI.
This can be done with an Service API layer, that encapsulates all the service complexity and leaves the UI with a simple, reactive, request response patter with simple request and response objects as part of the API.
Why do you need a solution?
See above.
Ideas
Project Information
Experiment Information
Samples
Measurements
Code of Conduct
The text was updated successfully, but these errors were encountered: