refactor: extract gmail matching service

This commit is contained in:
2026-04-01 16:59:29 +02:00
parent 61c12d3479
commit 69e78d8951
5 changed files with 180 additions and 172 deletions
+3
View File
@@ -34,6 +34,9 @@
- new `/correspondence` inbox API
- 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
## Next tasks
1. Implement M006/S01/T01: refactor Gmail connection foundation and sync-state model.