You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard aa6f1ba76b Phase 5: Generation pipeline with SSE progress, syntheses CRUD
Backend:
- Full 2-pass generation pipeline: LLM search -> URL scraping -> LLM rewrite
- Async generation with tokio::spawn, JobStore with per-user concurrency limit
- SSE progress streaming via axum::response::Sse + tokio::sync::watch
- Syntheses CRUD: list (paginated), get (ownership check), delete
- Prompt construction ported from original geminiService.ts
- Parallel URL scraping with bounded concurrency (max 10)
- Graceful partial failure handling (some URLs fail -> continue)
- 36 new unit tests, 16 integration tests

Frontend:
- Home dashboard: synthesis card grid, week badges, delete with confirmation
- Generate page: SSE-driven progress bar, step checklist, auto-redirect
- Synthesis detail: section-by-section display, external links, delete
- SSE client helper with auto-reconnect (exponential backoff)
- Date utilities with French locale formatting

Critical fixes applied:
- SSE EventSource now sends credentials (withCredentials: true)
- Gemini error logging sanitized to prevent API key leak in logs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
20260321000001_create_users.sql Finished phase 1 3 months ago
20260321000002_create_sessions.sql Finished phase 1 3 months ago
20260321000003_create_magic_tokens.sql Finished phase 1 3 months ago
20260321000004_create_settings.sql Finished phase 1 3 months ago
20260321000005_create_sources.sql Finished phase 2 3 months ago
20260321000006_create_providers.sql Phase 3: Admin module with provider/model curation, rate limits, user management 3 months ago
20260321000007_create_rate_limits.sql Phase 3: Admin module with provider/model curation, rate limits, user management 3 months ago
20260321000008_create_user_api_keys.sql Phase 4: LLM provider abstraction with Gemini, user API key encryption 3 months ago
20260321000009_create_syntheses.sql Phase 5: Generation pipeline with SSE progress, syntheses CRUD 3 months ago