#### Description Track the analysis job status and display real-time progress to the user while the background job is running. --- #### Tasks - [ ] Create `/api/job-stream` using Server-Sent Events (SSE) - [ ] Poll the `jobs` table and stream `status`, `step`, and `error` - [ ] Build a UI page that listens to the stream and shows: - [ ] Current status and step - [ ] Error message if the job fails - [ ] Redirect to repository page on success
Description
Track the analysis job status and display real-time progress to the user while the background job is running.
Tasks
/api/job-streamusing Server-Sent Events (SSE)jobstable and streamstatus,step, anderror