User Interface medium complexity frontend
1
Dependencies
0
Dependents
1
Entities
0
Integrations

Description

Combined view and edit page for a single user, displaying contact details, organization memberships, and role summary. Supports inline editing of contact information and exposes deactivation and reactivation controls with confirmation dialogs.

Feature: User CRUD

user-detail-edit-page

Responsibilities

  • Display full user profile including contact details and organization membership list
  • Allow inline editing of contact details and organization assignment
  • Expose deactivation and reactivation controls with audit-safe soft-delete semantics

Interfaces

GET /api/v1/admin/users/:id
PATCH /api/v1/admin/users/:id
POST /api/v1/admin/users/:id/deactivate
POST /api/v1/admin/users/:id/reactivate

Relationships

Dependencies (1)

Components this component depends on

Related Data Entities (1)

Data entities managed by this component