-
Feature Part
-
Resolution: Fixed
-
L2 - Critical
-
None
-
S
We need to add the "magic link" to each of the processes in the process overview page.
The link is static, but since we need to know the creation status of the collection/dashboard to provide app cues, the full link with (or without) the appended query parameter will be provided by the back-end and can be used 1:1 from the front-end without any logic.
Solution Proposal
Add and populate the field linkToDashboard in each ProcessOverviewResponseDto whenever you call /api/process/overview . This link must have the suffix ?appcue=7c293dbb-3957-4187-a079-f0237161c489 if the dashboard is being called for the first time (i.e. the magic link will create it). Otherwise just the bare link without any query parameter
This is the controller panel for Smart Panels app
- is depended on by
-
OPT-6259 Add Magic Link to the Process Overview Page (Frontend)
- Done