Work Item Demo

Implement search API endpoint

Build the /api/search endpoint with full-text search, filters, and pagination.

Fix login redirect on Safari

Safari drops the OAuth state parameter during the redirect, causing login failures for ~8% of users.

Upgrade Node to v22 LTS

Current v20 reaches EOL in Q3. Upgrade to v22 LTS and verify all dependencies.

Evaluate WebSocket vs SSE for real-time updates

Compare WebSocket and SSE for the live dashboard feature. Evaluate latency, scaling, and browser support.