-
Notifications
You must be signed in to change notification settings - Fork 660
Closed
Closed
Copy link
Labels
released🐛 bugSomething isn't working as expected. This can be an error or an unexpected user experienceSomething isn't working as expected. This can be an error or an unexpected user experience🔔 alertsTickets related to threshold alerts.Tickets related to threshold alerts.🖥 frontendThis issue requires changes to the frontendThis issue requires changes to the frontend
Milestone
Description
Description
WHat's happening: threshold alerts are in the backend a special type of scheduled delivery but in the UI we use a different modal to configure them.
The backend creates the link for the frontend with threshold_uuid to open automatically the modal with the threshold_uuid , but this was never implemented in the frontend.
What to do: See how it is done for scheduler_uuid and replicate this behaviour in the frontend for `threshold_uuid
To Reproduce
Requirements: Having slack/email enabled
- Create a threshold alert
- Trigger the threshold alert
- The
data alertlink will contain something likehttps://x.lightdash.cloud/projects/<projectuuid>/saved/<chartuuid>?threshold_uuid=bcfaba98-54b7-429e-8aa1-33108fbc381f - Clicking on the link doesn't open the modal
Acceptance criteria
- After clicking on the
data alertin the slack (and email?) message, it should take you to the right chart, with this modal open
App Version
joaoviana
Metadata
Metadata
Assignees
Labels
released🐛 bugSomething isn't working as expected. This can be an error or an unexpected user experienceSomething isn't working as expected. This can be an error or an unexpected user experience🔔 alertsTickets related to threshold alerts.Tickets related to threshold alerts.🖥 frontendThis issue requires changes to the frontendThis issue requires changes to the frontend
Type
Projects
Status
✅ Done

