learning_ai_common_plat/dashboards/admin-web/src/app/(dashboard)
saravanakumardb1 ead9457345 feat(platform+admin-web): implement 4 missing backend endpoints + re-enable frontend
Backend endpoints added:
- POST /delivery/logs/:id/retry — re-dispatches failed email deliveries (Q1)
- POST /reviews/:id/flag — flags review item with reason + admin metadata (Q2)
- DELETE /agent-evals/suites/:id — deletes evaluation suite with 204 response (Q3)

Frontend re-enabled:
- delivery: retry button for failed entries
- reviews: flag dropdown menu item
- agent-evals: delete dropdown menu item + Trash2 icon

Frontend fixed:
- webhooks: per-subscription delivery loading via GET /subscriptions/:id/deliveries (Q4)
2026-03-21 23:11:38 -07:00
..
actiontrail feat(admin-web): add ActionTrail integration page 2026-03-21 13:20:15 -07:00
agent-evals feat(platform+admin-web): implement 4 missing backend endpoints + re-enable frontend 2026-03-21 23:11:38 -07:00
ai-budgets fix(admin-web): proxy routes + pages use cookie-based auth 2026-03-21 20:31:30 -07:00
ai-diagnostics feat(ai-diagnostics): add admin UI insights page [4.1] 2026-03-03 12:15:09 -08:00
audit feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
billing feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
broadcasts feat(admin): Phase 2.2 - Broadcast create/edit wizard 2026-03-03 07:28:56 -08:00
debug-sessions feat(admin-dashboard): add Session Detail View (Phase 3.2) 2026-03-03 09:47:34 -08:00
delivery feat(platform+admin-web): implement 4 missing backend endpoints + re-enable frontend 2026-03-21 23:11:38 -07:00
docs feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
event-subscriptions fix(admin-web): proxy routes + pages use cookie-based auth 2026-03-21 20:31:30 -07:00
experiments feat(ai-diagnostics): add LLM analyzer with prompts and insight generation [2.1-2.2] 2026-03-03 11:52:12 -08:00
extraction feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
feedback fix(feedback): address 6 bugs/gaps from systematic review 2026-03-03 07:03:27 -08:00
flags feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
gdpr-export fix(admin-web): correct 12 broken API calls across 5 pages 2026-03-21 21:06:49 -07:00
health-dashboard feat(predictive-analytics): complete admin UI for churn prediction and health scoring 2026-03-03 13:48:37 -08:00
invitations feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
ip-rules fix(admin-web): proxy routes + pages use cookie-based auth 2026-03-21 20:31:30 -07:00
jobs fix(admin-web): correct 12 broken API calls across 5 pages 2026-03-21 21:06:49 -07:00
knowledge fix(admin-web): proxy routes + pages use cookie-based auth 2026-03-21 20:31:30 -07:00
licenses feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
maintenance fix(admin-web): maintenance page API path mismatches + base proxy route 2026-03-21 20:37:32 -07:00
marketplace fix(admin-web): correct 4 more broken API calls in organizations + marketplace 2026-03-21 21:12:32 -07:00
notifications feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
ops chore: update dependencies 2026-03-19 21:25:30 -07:00
organizations fix(admin-web): correct 4 more broken API calls in organizations + marketplace 2026-03-21 21:12:32 -07:00
predictive feat(predictive-analytics): complete admin UI for churn prediction and health scoring 2026-03-03 13:48:37 -08:00
products feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
promos feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
referrals feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
reviews feat(platform+admin-web): implement 4 missing backend endpoints + re-enable frontend 2026-03-21 23:11:38 -07:00
sessions-admin fix(admin-web): proxy routes + pages use cookie-based auth 2026-03-21 20:31:30 -07:00
settings fix(auth): address SmartAuth agent review gaps — Swift mock wiring, passkey SDK consistency, device list parity, JSDoc, SSR docs 2026-03-12 12:27:08 -07:00
status fix(admin-web): remove 38 unused imports across 13 dashboard pages 2026-03-21 18:13:29 -07:00
subscriptions feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
support fix(admin-web): proxy routes + pages use cookie-based auth 2026-03-21 20:31:30 -07:00
surveys feat(admin): Phase 2.3 - Survey builder UI 2026-03-03 07:30:10 -08:00
tokens feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
usage refactor(admin-web): replace hardcoded chart colors with theme tokens 2026-03-04 17:32:35 -08:00
users refactor(admin-web): replace hardcoded chart colors with theme tokens 2026-03-04 17:32:35 -08:00
waitlist fix(admin-web): correct 12 broken API calls across 5 pages 2026-03-21 21:06:49 -07:00
webhooks feat(platform+admin-web): implement 4 missing backend endpoints + re-enable frontend 2026-03-21 23:11:38 -07:00
layout.tsx feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
loading.tsx feat(dashboards): migrate admin + tracker dashboards to common-plat as product-agnostic 2026-02-28 02:17:35 -08:00
page.tsx refactor(admin-web): replace hardcoded chart colors with theme tokens 2026-03-04 17:32:35 -08:00