nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-03 07:56:57 +02:00
2da69f70b9 Merge remote-tracking branch 'origin/main'
1bba4d92f8 Loggar och chmod +x på skripts
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-03 07:36:32 +02:00
3a4d73da18 feat: Enhance quantity rules for receipt parsing and update prompt structure
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 23:36:22 +02:00
f108034742 fix(receipt-import): upgrade confidence level for next suggestion based on rule application
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 23:12:28 +02:00
b7d68afd58 chore(receipt-import): include quantity and package details in decision trace
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 23:10:07 +02:00
5286db4385 fix(receipt-import): harden bacon signal detection with pork category fallback chain
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 23:02:14 +02:00
fa34a3a16d feat(receipt-tracing): add scripts to enable and disable receipt trace decisions
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 22:59:58 +02:00
1c73261c0b chore(compose): add RECEIPT_TRACE_DECISIONS env toggle for recipe-api
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 22:59:49 +02:00
4345547cbf chore(receipt-import): add decision-path tracing for category pipeline
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 22:52:58 +02:00
60056b94bf fix(receipt-import): infer size from raw name when unit is missing
60ab2465aa fix(receipt-import): add hard bacon override to pork category
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 22:47:11 +02:00
f45ec08c58 fix(receipt-import): replace invalid isNotEmpty string check
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 21:01:49 +02:00
2cf0372eef fix(receipt-import): strengthen bacon detection with OCR-tolerant rule signals
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 20:51:48 +02:00
a88d6e2452 feat(receipt-import): run rules and AI for all users with trust-aware overrides
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 20:33:28 +02:00
6733a50cfb fix(receipt-import): route egg items away from allergy dairy
d9113bb89a fix(receipt-import): map standard milk away from lactose-free branch
d2567e158c fix(receipt-import): classify vispgradde under dairy matlagning rules
Compare 3 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 20:28:57 +02:00
d823143611 feat(receipt-import): expand deterministic category rules and AI contradiction guards
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 20:15:37 +02:00
38613e0cf3 fix(auth): expose both id and userId in JWT validate result
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 20:08:12 +02:00
f12d04bd8b fix(receipt-import): show create-product errors in modal dialog
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 20:01:45 +02:00
dd4c2fe8b3 fix(receipt-import): show explicit validation errors on create-and-select
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 19:53:56 +02:00
0103a22558 fix(receipt-import): surface create-product errors and harden response parsing
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 19:43:12 +02:00
64bc9997ad fix(prisma): explicitly drop Product_ownerId_fkey before NOT NULL
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-02 19:41:21 +02:00
e0c5fb67b9 fix(prisma): drop owner FK before making ownerId NOT NULL