modcomms/frontend/services
michael 6bdb02d78b Seed database with agencies, brand guidelines, and dropdown options
Backend:
- Update migration to seed agencies (OLIVER Agency, Barclays, etc.)
- Seed brand guidelines (Barclays, Barclaycard) in dropdown_options
- Seed channel/sub-channel/proof-type hierarchy
- Add /api/agencies endpoint to list all agencies
- Update DropdownOptionsResponse to include brand_guidelines
- Update dropdown repository to return brand guidelines

Frontend:
- Update DropdownOptions interface to include brandGuidelines
- CreateCampaignModal now receives brand guidelines from API
- Settings UsersTab fetches agencies from API instead of hardcoded list
- Add getAgencies() method to apiService

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 17:16:23 -06:00
..
apiService.ts Seed database with agencies, brand guidelines, and dropdown options 2025-12-18 17:16:23 -06:00
authConfig.ts Fix JWT signature verification by requesting correct token audience 2025-12-18 16:59:54 -06:00
authService.ts Add MSAL debug logging to frontend and backend 2025-12-18 13:11:30 -06:00
geminiService.ts permissions changes 2025-12-18 16:51:27 +00:00