feat(parser): scaffold parsing pipeline skeleton and static facade #102
No reviewers
Labels
No labels
area:backend
area:frontend
area:infra
area:ocr
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
phase:M1
phase:M2
phase:M3
phase:M4
phase:M5
phase:M6
phase:M7
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
TJC/bill-splitter!102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/89-parsing-pipeline-scaffold"
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
BillSplitter.Domain/Parsingpipeline shape (Models,Engine) with no behaviour changeLineTypeenum,ParseDecision(in-memory/test-only diagnostics), and move theCandidaterecord out ofReceiptParserReceiptParseEngine;ReceiptParser.Parseis now a thin static facade over it, soOcrWorker.cs:70is untouchedNormalization,Classification,Rules,Validation) land with their Phase-A extraction PRs: git cannot track empty dirs and the analyzer forbids placeholder interfaces (CA1040)Test plan
dotnet buildclean, 0 warningsdotnet test tests/BillSplitter.Testsgreen (85 passed); the 33-fixture corpus is byte-identicalCloses #89