nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 02:19:14 +02:00
1fd910b561 feat: implement two-step category and product picker for enhanced selection
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 02:09:58 +02:00
62667fd76d feat: add categoryId mapping to product data in CreateInventoryScreen
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 02:05:53 +02:00
84dfbc4a52 feat: enhance ProductPickerField and ParsedReceiptItem to support category filtering in receipt import
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 02:00:14 +02:00
47801935e9 feat: enhance ProductPickerField to use rawName for initial query in receipt import
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 01:50:18 +02:00
f4fea7b92c feat: add initial query support to ProductPickerField and enhance ParsedReceiptItem with categorySuggestionPath
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 01:37:35 +02:00
997d62ade8 refactor: remove ReceiptImportTab and its state management for cleaner code structure
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 01:33:56 +02:00
73d653aef9 feat: complete receipt import phase 6b with review flow, editing, and destination selection
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 01:32:29 +02:00
d4b35f4a5b feat: implement receipt import functionality with editing capabilities and product selection
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 01:20:17 +02:00
b31862d1ff fix: add check for categories_supplement.sql before executing seed script
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 01:16:10 +02:00
bfe9cb46fa refactor: remove unused parser files and update ParsedReceiptItem model with additional fields
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 01:06:45 +02:00
879501292d fix: update deploy script to include git pull commands for recipe-app and microservice-importer
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 00:59:21 +02:00
7f494b75a4 fix: update deploy script to specify compose files for building and starting services
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 00:46:44 +02:00
fc9c4f6bb4 fix: enhance response parsing in ImportRepository to handle JSON array and improve logging
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-01 00:43:07 +02:00
9417d30574 Update to .md-files
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-01 00:43:03 +02:00
1bb0eedd4f Update to .md-files
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 20:15:42 +02:00
32358a4e54 fix: update Blob creation for file uploads to use Uint8Array for better buffer handling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 20:12:13 +02:00
8910e6817d fix: update Blob creation for file uploads to handle buffer offsets correctly
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-04-30 20:08:14 +02:00
fe67804bfc refactor: Update import paths and remove redundant DocumentServiceModule
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-04-30 20:00:36 +02:00
a5f00cee9e feat: Add receipt parsing functionality with image and PDF support, including Tesseract OCR integration
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 20:00:33 +02:00
797241f262 feat: migrate import functionality to microservice-importer for quick-import, receipt parsing, and markdown parsing