cohorta/src/hooks
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
..
use-mobile.tsx changed permissions 2025-12-19 19:26:16 +00:00
useAdminPricing.ts Add Phase D admin panel: user management + usage analytics 2026-04-24 18:26:05 +01:00
useAdminUsage.ts Add Phase D admin panel: user management + usage analytics 2026-04-24 18:26:05 +01:00
useAdminUsers.ts Add Phase D admin panel: user management + usage analytics 2026-04-24 18:26:05 +01:00
useCancellableGeneration.ts Apply Jintech security audit remediation (sprint 3) — 87/92 findings fixed 2026-03-20 12:51:18 +00:00
useDiscussionGuideGeneration.ts Migrate task result delivery from WebSocket to HTTP polling 2026-03-23 16:46:58 +00:00
useFocusGroupAutoSave.ts Fix focus group create: 500 on update + 400 on autosave 2026-03-23 15:20:40 +00:00
useFolderManagement.ts changed permissions 2025-12-19 19:26:16 +00:00
usePersonaDetails.ts Remove console.log debug calls from frontend browser console 2026-03-23 14:30:56 +00:00
usePersonaFiltering.ts changed permissions 2025-12-19 19:26:16 +00:00
usePersonaStorage.ts Remove console.log debug calls from frontend browser console 2026-03-23 14:30:56 +00:00
useTaskPolling.ts Fix: task result not stored in useTaskPolling, causing false 'no personas' error 2026-03-30 16:06:22 +01:00
useWebSocket.ts Remove console.log debug calls from frontend browser console 2026-03-23 14:30:56 +00:00