-
Notifications
You must be signed in to change notification settings - Fork 138
[FRONTEND] Add real-time task updates with SSE fallback polling #233
Copy link
Copy link
Open
Labels
area:backendBackend API, database, or service workBackend API, database, or service workarea:frontendFrontend React/UI workFrontend React/UI worklevel:advanced55 pts difficulty label for advanced contributor PRs55 pts difficulty label for advanced contributor PRspriority:mediumImportant issue with normal urgencyImportant issue with normal urgencytype:featureFeature work category bonus labelFeature work category bonus labeltype:performancePerformance work category bonus labelPerformance work category bonus label
Metadata
Metadata
Assignees
Labels
area:backendBackend API, database, or service workBackend API, database, or service workarea:frontendFrontend React/UI workFrontend React/UI worklevel:advanced55 pts difficulty label for advanced contributor PRs55 pts difficulty label for advanced contributor PRspriority:mediumImportant issue with normal urgencyImportant issue with normal urgencytype:featureFeature work category bonus labelFeature work category bonus labeltype:performancePerformance work category bonus labelPerformance work category bonus label
Problem
SecuScan needs a production-grade improvement in this area: Live scan status UX..
Scope
Introduce a server-sent events endpoint and frontend subscription, with polling fallback and graceful reconnect behavior.
Acceptance Criteria
Verification
Tests should cover SSE events, reconnect, fallback polling, and duplicate event handling.
Difficulty
Hard, useful issue intended for experienced contributors.