feat(#296): Web-Classifier — Sender→Label Memory anbinden #304
No reviewers
Labels
No labels
app/archiv
app/einkaufslisten
app/imap-client
app/wissensbasis
arch-answered
arch-question
area/api
area/auth
area/infra
area/mobile
area/shared
area/ui
area/web
portfolio-status
prio/high
prio/low
prio/medium
roadmap/public
size/l
size/m
size/s
size/xl
size/xs
status/blocked
status/needs-info
type/bug
type/chore
type/docs
type/feature
type/idea
type/refactor
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
admin-mrrm/mrrmlabapp!304
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat-296-web-classifier-sender-memory"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Web-Categorizer nutzt jetzt analog zu Mobile (#294) das Sender-Memory als Short-Circuit vor NLI. Bei klarem Match (
confirmCount≥2 && confirm>remove) wird der Tag direkt zugewiesen, NLI übersprungen.categorizeFolderItemsaus dem Hook in eigenes Service-Modulapps/web/src/services/mail-batch-categorizer.tsextrahiert (testbar, spiegelt Mobile-Layout)SENDER_MEMORY_MIN_CONFIRM = 2als gemeinsame Konstante in@mrrmlab/shared-types— Mobile zieht ihn von dort statt lokaler Magic-NumberTest plan
pnpm --filter @mrrmlab/web typecheckpnpm --filter @mrrmlab/mobile typecheckpnpm --filter @mrrmlab/shared-types typecheckpnpm --filter @mrrmlab/web test— 52/52 (inkl. 8 neue)pnpm --filter @mrrmlab/mobile test— 49/49 (regression nach shared-Const-Umzug)Closes #296