-
Notifications
You must be signed in to change notification settings - Fork 0
Add Scripts tab #45
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add a Scripts tab to the entity resource panel with script listing, upload, execution with arguments, and execution status tracking.
Proposed solution (optional)
- New
ScriptsTabcomponent - List scripts via
GET /{entity_type}/{entity_id}/scripts - View script details via
GET /{entity_type}/{entity_id}/scripts/{script_id} - Upload new script via
POST /{entity_type}/{entity_id}/scripts(whenallow_uploadsis enabled) - Execute script with arguments via
POST /{entity_type}/{entity_id}/scripts/{script_id}/executions - Track execution status via
GET /{entity_type}/{entity_id}/scripts/{script_id}/executions/{execution_id} - Cancel/stop execution support
Additional context (optional)
Depends on sovd_web_ui#42 (client migration). Gateway supports script execution with ScriptProvider plugin interface since v0.4.0. Upload capability is controlled by allow_uploads config toggle.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request