Complete platform management workflows
This commit is contained in:
@@ -40,10 +40,18 @@ This change should stay inside platform_web interaction and visual polish. It mu
|
||||
|
||||
Lifecycle actions, destructive confirmations, logs, diffs, config review, operation results, warnings, and AI recommendations must remain text-readable, traceable, and not color-only. Decorative theme effects must stay behind operational surfaces and respect reduced motion.
|
||||
|
||||
5. Use browser walkthroughs for acceptance, not screenshots alone.
|
||||
5. Demote low-value counters near management headers.
|
||||
|
||||
Tiny counts such as installed plugin count, user count, role count, pending review count, provider count, enabled count, and model count are useful as context but should not become primary framed KPI cards. Management pages should keep scarce vertical space for the actual work surface: search/filter bars, plugin catalog, user table, and provider table.
|
||||
|
||||
6. Use browser walkthroughs for acceptance, not screenshots alone.
|
||||
|
||||
Completion requires exercising the actual routes and workflows in a browser at representative desktop and mobile widths. Screenshots can help debugging, but accepted evidence should focus on route behavior, visible controls, responsive layout, and absence of overlap or sensitive/fallback content.
|
||||
|
||||
7. Prefer human-operable flows over raw DTO forms.
|
||||
|
||||
Management pages should expose the same platform-backed actions, but the UI should bundle them into understandable operator flows: one status-change path per user, readable AI provider row actions, provider setup presets and secret-reference help, and maintenance triage entry points that connect failed jobs or stale endpoints to the next useful page. These additions remain presentation/workflow polish and do not add new authorization, run, plugin, or provider semantics.
|
||||
|
||||
## Risks / Trade-offs
|
||||
|
||||
- Visual polish can drift into scope expansion -> Keep tasks limited to platform_web interaction and theme presentation; do not change platform/run/plugin semantics.
|
||||
|
||||
Reference in New Issue
Block a user