1.2 KiB
1.2 KiB
TASKS
| Task | Owner(s) | Depends on | Notes |
|---|---|---|---|
| RSS/list fetcher with sliding window | BE-Conn-CertFr | Source.Common | DONE – RSS/list ingestion implemented with sliding date cursor. |
| Detail page fetch and sanitizer | BE-Conn-CertFr | Source.Common | DONE – HTML sanitizer trims boilerplate prior to DTO mapping. |
| Extractor and schema validation of DTO | BE-Conn-CertFr, QA | Source.Common | DONE – DTO parsing validates structure before persistence. |
| Canonical mapping (aliases, refs, severity text) | BE-Conn-CertFr | Models | DONE – mapper emits enrichment references with severity text. |
| Watermark plus dedupe by sha256 | BE-Conn-CertFr | Storage.Mongo | DONE – SHA comparisons skip unchanged docs; covered by duplicate/not-modified connector tests. |
| Golden fixtures and determinism tests | QA | Source.CertFr | DONE – snapshot fixtures added in CertFrConnectorTests to enforce deterministic output. |
| Mark failure/backoff on fetch errors | BE-Conn-CertFr | Storage.Mongo | DONE – fetch path now marks failures/backoff and tests assert state repository updates. |
| Conditional fetch caching | BE-Conn-CertFr | Source.Common | DONE – ETag/Last-Modified support wired via SourceFetchService and verified in not-modified test. |