feat: add gmail review queue surface

This commit is contained in:
2026-04-01 17:16:00 +02:00
parent 69e78d8951
commit 5af2c66616
6 changed files with 308 additions and 2 deletions
+3 -2
View File
@@ -35,8 +35,9 @@
- new global correspondence inbox page and nav route
- focused frontend test for inbox filtering/refresh behavior
- Current next focus:
- extract deterministic cross-job Gmail matching logic into a reusable service
- build review/unmatched routing on top of that service
- deterministic Gmail matching logic now extracted into `JobTrackerApi/Services/GmailJobMatchingService.cs`
- next step is to build cross-job routing/review behavior on top of that reusable matching seam
- branch context has been merged into `main`; continue delivery directly on `main`
## Next tasks
1. Implement M006/S01/T01: refactor Gmail connection foundation and sync-state model.