feat(dashboard): create standalone User Management page with quotas and keys integration#138
Closed
cto-new[bot] wants to merge 2 commits intodevfrom
Closed
feat(dashboard): create standalone User Management page with quotas and keys integration#138cto-new[bot] wants to merge 2 commits intodevfrom
cto-new[bot] wants to merge 2 commits intodevfrom
Conversation
…d keys This PR refactors and expands the Dashboard UX by extracting a standalone Users management page and migrating quotas logic into the user scope. It prepares a multi-language (i18n) UI and lays groundwork for per-user and per-key quota controls with admin-only permissions. - Extend user model with per-user and per-key quota fields; migrate DB - Update backend: user CRUD, key CRUD, quota usage metrics, and access rules - Reuse and extend existing UI components for user and key management - Add new /[locale]/dashboard/users route and integrate quotas overview - Update top navigation to expose new page; relocate feedback to Settings BREAKING CHANGE: Move quotas from quotas pages to User management; user-wide quotas enforced; admin-only quota edits and new fields require migration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduce standalone /[locale]/dashboard/users for CRUD on users and their keys, integrating user quotas and per-key quotas. Remove quota editing surface from old quotas pages.
Details
BREAKING CHANGE: quotas are now managed via User page and are enforced globally; admin permissions required for quota edits.
Warning: Task VM test is not passing, cto.new will perform much better if you fix the setup