Skip to content

Issue 2.3 – Add job status tracking and display progress in the UI #22

Description

@CedricLimAhTock

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

FeatureRepresents a new functionality or capability added to the project.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions