Build the admin console: user and collection management #36
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
v0.3.0 delivers the minimum user management needed for multi-user review. This issue
completes it into the admin console the spec describes, alongside collection settings.
Scope
Admin console: user management, roles, and collection settings.
Implementation notes
configure backends, manage backups, change collection settings) and Reviewer (review,
comment, dispute, resolve duplicates; cannot export or change settings).
credentials itself, so this is about pre-authorizing an identity rather than issuing one.
export_mode_default, AI configuration,and storage settings.
are exactly the ones that most need a trail.
Done when
References
docs/circa-spec.mdsection 4 (roles), section 11 (admin panel), collection configbackend/app/auth/session.pyDepends on: #22 (multi-user roles).