-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Context:
During development of the digest feature, we noticed that the ProcessOverview Dto/responseDto structure could do with some changes: the digestService requires a dto that includes definition name and owner name as well as the latest KpiReportResults (so a mix of current processOverviewDto and processoverviewResponseDto). Then we can remove the retrieval of owner/definition name in the digest service.
AT:
- processOverviewDto includes definition name, owner name and kpiReportResults in digestDto
- processoverviewResponseDto includes all the same fields except for the kpiReportResults as these are not needed in the UI
This is the controller panel for Smart Panels app
- is related to
-
OPT-6145 Add process digest scheduled notification functionality
- Done