nilsjohan
  • Joined on 2026-04-08
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
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 13:38:26 +02:00
046791b63e feat: allow application/octet-stream MIME type for PDF uploads in receipt import
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 13:34:27 +02:00
cee62397fc fix: jwt-auth.guard handleRequest wrong signature causing null.switchToHttp crash
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-04-30 13:25:21 +02:00
a8ef23c77b feat: Update long-term goal for receipt import to reflect current backend implementation and future scalability considerations
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 13:24:58 +02:00
0e525b0d17 fix: receipt-import 201/octet-stream, quick-import types, exception filter guard
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 13:18:41 +02:00
1def3c588e feat: refactor QuickImportService to remove ReceiptParser and streamline import logic for PDF and image uploads
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 13:04:22 +02:00
57fe168543 feat: allow application/octet-stream MIME type for PDF uploads in receipt import
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-04-30 12:48:24 +02:00
f6c9c3949c feat: Add long-term goal for structured receipt import with parser implementation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 12:42:41 +02:00
d7881c6cf7 feat: enhance error handling and parsing logic in importFile method for improved response management
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 12:29:23 +02:00
44e5c6d48c feat: update ParsedReceiptItem instantiation to use rawName for markdown responses
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 12:25:12 +02:00
67fa5af1ba feat: enhance import functionality to handle markdown responses in addition to parsed items
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 12:19:21 +02:00
87372f0d15 feat: enhance JWT authentication and quick import functionality with logging for better traceability
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-30 12:01:47 +02:00
5231ca42a7 feat: implement global error handling with reusable dialog and widget for improved user feedback