Operator guideENstaffdetail

Staff / Detail Model

Shared detail payload for one admin account, used by both the read-only view page and the edit form.

Reader view

Clean portal guidance

This page keeps the operator explanation, field and action descriptions, and screenshots visible without exposing repo paths, raw sidecars, or editorial-only implementation details.

Narrative content

Page body

What this surface represents

Staff does not expose a separate /staff/[id] operator page. Instead, both the read-only view workspace and the edit form rely on the same backend detail payload.

Why this matters

  • When operators see one set of fields in the read-only page and another in the edit form, they are still looking at the same underlying admin detail source.
  • Role, group, identity fields, and permission data should be interpreted as one shared record model.
  • If the detail payload is wrong, both the view and edit experiences can be affected.
Field dictionary

Fields

field

Staff ID

Internal record ID reused across staff view and edit flows.

Group
identity
Data Type
integer
field

Email

Shared login email value for the admin account.

Group
identity
Data Type
string
field

Username

Shared CRM username value for the admin account.

Group
identity
Data Type
string
field

Role

Role value used to interpret access tier and edit restrictions.

Group
access
Data Type
enum
field

Group

Group value used on both inspection and edit surfaces.

Group
access
Data Type
string
field

Permission Payload

Stored permission matrix behind the permissions tab and edit form.

Group
permissions
Data Type
object
Operational notes

Notes

item

This is a documentation unit for the shared detail model, not a standalone FE route.

item

The same backend detail response feeds both read-only inspection and edit preparation.

Related references

Related pages

pageStaff

Operator documentation for backoffice administrator accounts, including list, create or edit, read-only inspection, and permission review.

pageStaff / Form

Combined create and edit workflow for one backoffice administrator account, including role, group, parent-admin, and permission matrix rules.

pageStaff / List

Staff inventory with search, create navigation, view or edit entrypoints, and a restricted demo-admin action.

pageStaff / Permissions

Read-only explanation of the permission matrix shown inside the staff view workspace.

pageStaff / View

Read-oriented staff workspace with overview fields and a dedicated permissions tab.

pageActivity Tag Rules / Detail

Rule inspection page with backend identity, conditions, timestamps, impact estimate, run action, delete action, and recent application history.