refactor(domain): reorganize types, drop dead code, reconcile totals #115
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!115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/domain-structure"
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.Domainroot types intoSessions/,Receipts/,Abstractions/,Common/with folder-matched namespaces, matching the existingParsing/subtree; imports updated across Api, Infrastructure and testsLineType.Discount(never produced) andParticipantAuth.SessionIdClaim(minted into every token, never read)TotalsValidator: warns the host whensum(items) + tax + tip + servicedoes not match the printed total, within the same penny of slack as the copy-collapse check; quiet when no total is printeddocs/15reconciliation from planned to currentTest plan
dotnet buildclean, 0 warningsdotnet test BillSplitter.Testsgreen: 114/114 (was 109; +5TotalsValidatorTests)