- Replace all localStorage-based state management with API calls - Load campaigns, proofs, and audit items from database - Persist proof analysis results to database via WebSocket - Add dropdown options CRUD API endpoints (channels, sub-channels, proof types) - Create DropdownRepository for managing dropdown options - Update Analytics component to fetch data from API - Remove demo data and localStorage persistence code Frontend changes: - App.tsx: Initialize apiService with MSAL, use API for all CRUD operations - apiService.ts: Add dropdown options API methods - Analytics.tsx: Fetch stats from /api/analytics Backend changes: - New dropdown_repository.py for dropdown CRUD - routes.py: Add 7 dropdown endpoints 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| routes.py | ||
| schemas.py | ||