semblance-dev/backend/app
Vadym Samoilenko 015e6cc5cc Add Phase D admin panel: user management + usage analytics
Backend: /api/admin/* blueprint with user CRUD (list, get, update,
disable/enable), usage summary aggregation (group by user/model/feature/
day/focus_group), usage event drill-down, and pricing list. Fixed
admin_required decorator (async-safe). Added find_all/count/update
helpers to User model.

Frontend: /admin page (AdminRoute guard, 3 tabs) — Users table with
search/filter/edit dialog, Usage tab with KPI cards + bar chart +
events table, Pricing tab showing active model rows with tier details.
Admin nav link visible only to admin role.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-24 18:26:05 +01:00
..
auth Add LLM usage tracking infrastructure (Phases A-C) 2026-04-24 18:08:27 +01:00
models Add Phase D admin panel: user management + usage analytics 2026-04-24 18:26:05 +01:00
routes Add Phase D admin panel: user management + usage analytics 2026-04-24 18:26:05 +01:00
services Add LLM usage tracking infrastructure (Phases A-C) 2026-04-24 18:08:27 +01:00
utils Add LLM usage tracking infrastructure (Phases A-C) 2026-04-24 18:08:27 +01:00
.DS_Store changed permissions 2025-12-19 19:26:16 +00:00
__init__.py Add Phase D admin panel: user management + usage analytics 2026-04-24 18:26:05 +01:00
db.py Add LLM usage tracking infrastructure (Phases A-C) 2026-04-24 18:08:27 +01:00
extensions.py changed permissions 2025-12-19 19:26:16 +00:00
websocket_debug_tap.py changed permissions 2025-12-19 19:26:16 +00:00
websocket_manager.py Apply Jintech security audit remediation (sprint 3) — 87/92 findings fixed 2026-03-20 12:51:18 +00:00
websocket_manager_async.py Fix AI autonomous mode: cross-loop WebSocket emit + polling fallback 2026-03-23 18:22:24 +00:00