-
Notifications
You must be signed in to change notification settings - Fork 0
Add Locking UI #46
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Add resource locking UI with acquire/release/extend lock functionality and a "locked" badge in the entity tree.
Proposed solution (optional)
- Lock management panel per entity
- Acquire lock via
POST /{entity_type}/{entity_id}/locks - List locks via
GET /{entity_type}/{entity_id}/locks - Extend/release lock via
PUT /{entity_type}/{entity_id}/locks/{lock_id} - "Locked" badge/icon on locked entities in the tree view
- Show lock expiration timer
Additional context (optional)
Depends on sovd_web_ui#42 (client migration). Gateway enforces locks on all mutating handlers (PUT, POST, DELETE) since v0.4.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request