Nils-Johan Gynther
4cbd658fa0
feat: enhance receipt import functionality with category selection and PDF opening support
2026-05-01 22:46:58 +02:00
Nils-Johan Gynther
5c263a14df
feat: add receipt import session management with file handling and item editing support
2026-05-01 08:57:34 +02:00
Nils-Johan Gynther
9ee061d5f3
feat: add isPrivate field to Product model and implement private product creation and retrieval
2026-05-01 02:29:38 +02:00
Nils-Johan Gynther
1fd910b561
feat: implement two-step category and product picker for enhanced selection
2026-05-01 02:19:13 +02:00
Nils-Johan Gynther
84dfbc4a52
feat: enhance ProductPickerField and ParsedReceiptItem to support category filtering in receipt import
2026-05-01 02:05:53 +02:00
Nils-Johan Gynther
47801935e9
feat: enhance ProductPickerField to use rawName for initial query in receipt import
2026-05-01 02:00:13 +02:00
Nils-Johan Gynther
f4fea7b92c
feat: add initial query support to ProductPickerField and enhance ParsedReceiptItem with categorySuggestionPath
2026-05-01 01:50:18 +02:00
Nils-Johan Gynther
997d62ade8
refactor: remove ReceiptImportTab and its state management for cleaner code structure
2026-05-01 01:37:35 +02:00
Nils-Johan Gynther
d4b35f4a5b
feat: implement receipt import functionality with editing capabilities and product selection
2026-05-01 01:32:30 +02:00
Nils-Johan Gynther
bfe9cb46fa
refactor: remove unused parser files and update ParsedReceiptItem model with additional fields
2026-05-01 01:16:10 +02:00
Nils-Johan Gynther
fc9c4f6bb4
fix: enhance response parsing in ImportRepository to handle JSON array and improve logging
2026-05-01 00:46:43 +02:00
Nils-Johan Gynther
d7881c6cf7
feat: enhance error handling and parsing logic in importFile method for improved response management
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 12:42:42 +02:00
Nils-Johan Gynther
44e5c6d48c
feat: update ParsedReceiptItem instantiation to use rawName for markdown responses
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 12:29:25 +02:00
Nils-Johan Gynther
67fa5af1ba
feat: enhance import functionality to handle markdown responses in addition to parsed items
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 12:25:13 +02:00
Nils-Johan Gynther
5231ca42a7
feat: implement global error handling with reusable dialog and widget for improved user feedback
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 12:01:47 +02:00
Nils-Johan Gynther
4188cea7d9
feat: enhance import functionality with detailed logging and error handling for receipt and URL imports
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-30 11:32:28 +02:00
Nils-Johan Gynther
e2b7b884aa
feat: simplify AdminScreen and refactor ImportScreen to use TabBarView directly
2026-04-25 08:31:42 +02:00
Nils-Johan Gynther
13a0ab3584
feat: enhance navigation by adding recipe links in inventory and pantry screens
2026-04-24 14:13:26 +02:00
Nils-Johan Gynther
db1128ceaf
Refactor code structure for improved readability and maintainability
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-23 21:14:46 +02:00
Nils-Johan Gynther
cd4274575e
feat: Add receipt import functionality with file upload and parsing
...
- Implemented receipt file upload in ImportRepository with multipart request handling.
- Created ParsedReceiptItem model for parsed receipt data.
- Added ReceiptImportTab for user interface to upload and review receipts.
- Updated ImportScreen to include the new ReceiptImportTab alongside RecipeImportTab.
- Introduced flutter_bootstrap.js and index.html for web app initialization.
- Added wimp.wasm and flutter.js for enhanced web performance and capabilities.
2026-04-23 19:24:53 +02:00
Nils-Johan Gynther
c8510b431f
fix(router): adjust type check for extra parameter in navigation
...
fix(import): ensure correct typing for passing markdown and imageUrl
fix(recipes): delete local image file on recipe deletion to avoid orphan files
2026-04-22 21:51:16 +02:00
Nils-Johan Gynther
29beb3a85f
feat(import): enhance recipe creation by passing both markdown and image URL from import
2026-04-22 21:38:05 +02:00
Nils-Johan Gynther
856efcfa79
fix(import): enhance error handling with localized messages for unauthorized and forbidden responses
2026-04-22 21:33:03 +02:00
Nils-Johan Gynther
81117fbcb7
feat(import): implement recipe import functionality with file and URL support
...
Co-authored-by: Copilot <copilot@github.com >
2026-04-22 21:31:25 +02:00