Skip to content

Add Locking UI #46

@bburda

Description

@bburda

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions