Problem
frontend/app/(dashboard)/users/page.tsx exists but is empty. Admins cannot view, manage, or update user roles through the UI.
Proposed Solution
Create frontend/opsce/features/users/UsersPage.tsx. Fetch users from GET /api/users (ADMIN only). Allow role changes inline and support soft-delete.
Acceptance Criteria
Problem
frontend/app/(dashboard)/users/page.tsxexists but is empty. Admins cannot view, manage, or update user roles through the UI.Proposed Solution
Create
frontend/opsce/features/users/UsersPage.tsx. Fetch users fromGET /api/users(ADMIN only). Allow role changes inline and support soft-delete.Acceptance Criteria
403 Forbiddenmessage