ID: TRACK-003 Status: Completed Owner: Sangita Frontend Lead Created: 2026-01-21 Updated: 2026-01-23
Implement the core Admin Dashboard pages for the Bulk Import system. This allows admins to create, monitor, and control import batches. (Relies on Backend APIs from TRACK-001).
/application_documentation/01-requirements/features/bulk-import/ui-ux-plan.mdBulkImportLayout and navigation entry.BatchList page (Table with ID, Source, Progress, Status).NewBatchWizard (File upload -> Preview -> Start).GET /batches and POST /batches.BatchDetail page header (Stats, Status Banner).JobPipeline visualizer (Stepper).TaskExplorer (Data Grid with filters for Tasks).GET /batches/{id} and GET /batches/{id}/tasks.LogViewer drawer for inspecting task errors/events.DELETE API endpoint./bulk-import admin page with navigation entry and routing.