-
Notifications
You must be signed in to change notification settings - Fork 0
Add Triggers tab #44
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add a Triggers tab to the entity resource panel with CRUD trigger management, condition display, and SSE event streaming.
Proposed solution (optional)
- New
TriggersTabcomponent - List triggers via
GET /{entity_type}/{entity_id}/triggers - Create trigger with condition configuration (OnChange, OnChangeTo, EnterRange, LeaveRange)
- View/edit/delete individual triggers
- SSE event stream panel via
GET /{entity_type}/{entity_id}/triggers/{trigger_id}/events - Display trigger status and last-fired timestamp
Additional context (optional)
Depends on sovd_web_ui#42 (client migration). Gateway supports condition-based triggers with persistent SQLite storage since v0.4.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request