AT:
- the report evaluation of the shared dashboard is now done by the endpoint api/share/dashboard/{dashboardShareId}/report/{reportId}/evaluate
- sharing a report or dashboard is done without providing a type
Context:
In the old version we used the same endpoint to evaluate shared reports and shared dashboard reports. However, this introduced a lot of side effects and made the code quite complex. With the new endpoint, dashboard reports are evaluated separately.
This is the controller panel for Smart Panels app
- depends on
-
OPT-1024 In sharing remove relicts from old implementations and document it
- Done