nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:32:58 +02:00
4bf5733c76 feat(api): implement product creation and category update endpoints
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:30:21 +02:00
81a8390bb7 refactor(actions): enhance error handling and ensure serializability in product actions
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:28:31 +02:00
40b0d5fd3a refactor(actions): return only serializable fields in product actions
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:27:02 +02:00
7f51829462 feat(receipt-import): integrate server actions for product creation and category updates
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:22:41 +02:00
2ac6112db2 fix(actions): correct import path for getAuthHeaders in actions.ts
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:17:46 +02:00
184ecaad61 feat(receipt-import): refactor product creation and category update to use server actions
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:10:08 +02:00
2b6fe71e53 feat(products): enhance logging in create method for better request tracking
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:08:17 +02:00
3ad634f348 feat(auth): add detailed logging in JwtAuthGuard and JwtStrategy for better debugging
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 16:59:38 +02:00
6c4683242c feat(auth): enhance logging for JWT and session handling in auth callbacks
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 15:22:40 +02:00
2a7df22bd9 feat(products): add debug logging for auth headers in POST request
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 15:17:11 +02:00
4e85d1309b feat(receipt-import): add debug logging for isAdmin role in ReceiptImportClient
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 15:11:40 +02:00
976a72612e feat(inventory): add origin field to InventoryItem and update related DTOs and services
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 14:39:14 +02:00
3b0208b5b4 fix(api): correct parameter handling in PATCH request for product updates
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 13:39:31 +02:00
632d084dbe feat(products): implement category selection and product creation in receipt import
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 11:42:16 +02:00
39b91d8c87 feat(products): add public access to findAll and findAllTags endpoints
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 11:31:08 +02:00
045f160655 feat(api): implement retry logic for Mistral API calls in receipt import and AI services
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 11:24:57 +02:00
15c24df1a7 feat(ai): enhance AI function display with additional styling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 11:23:24 +02:00
f2f9f46502 feat(receipt-import): enhance product search functionality and error handling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 11:10:18 +02:00
cd14e59ff8 fix(receipt-import): update receipt import model to 'mistral-small-2603'
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 11:07:19 +02:00
f3db5ba51a feat(ai): implement AI models management and configuration in admin panel