--- name: context-admin-ui description: Admin dashboard, task management, and review interfaces. tags: [frontend, ui, admin] --- # Admin UI Context ## Overview Next.js App Router pages and components for the Affordabot Admin Dashboard. ## Active Files ### Pages (App Router) - `frontend/src/app/admin/page.tsx` - Dashboard Home - `frontend/src/app/admin/discovery/page.tsx` - Discovery tools - `frontend/src/app/admin/reviews/page.tsx` - Review queue - `frontend/src/app/admin/sources/page.tsx` - Source management ### Components - `frontend/src/components/admin/ScrapeManager.tsx` - Scraper controls - `frontend/src/components/admin/AnalysisLab.tsx` - RAG testing - `frontend/src/components/admin/ModelRegistry.tsx` - LLM config - `frontend/src/components/admin/PromptEditor.tsx` - System prompt editor - `frontend/src/components/admin/JurisdictionMapper.tsx` - Jurisdiction config ## Usage Use this skill when modifying the admin dashboard or internal tools.