nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 19:01:11 +02:00
8d1584cdb8 feat: add API routes for GET, PATCH, and DELETE operations on recipes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 18:48:21 +02:00
8e0aed032c feat: add servings field to Recipe model and implement inventory comparison functionality
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 18:25:12 +02:00
8a86b0aebd refactor: remove unused inputStyle and clean up EditProductForm component
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 18:20:54 +02:00
11de0191be feat: add container naming conventions and usage examples to technical documentation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 18:11:09 +02:00
a4ea9be7a1 feat: enhance product model with subcategory, brand, tags, and nutrition; update related DTOs and services
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 16:21:21 +02:00
a05d907608 feat: update NEXT_STEPS.md with status overview and prioritized improvements
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 21:39:28 +02:00
4474c4da01 feat: implement import functionality with tab navigation for receipts and invoices
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 21:22:39 +02:00
2a0da005ff feat: add receiptName field to InventoryItem model and update related DTOs and service
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 21:06:21 +02:00
af88a0dc81 feat: implement receipt alias functionality with CRUD operations and integrate with receipt import
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 20:22:33 +02:00
b8744f625b feat: enhance receipt import to support PDF files with updated UI and backend processing
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 20:03:01 +02:00
a12abe0402 feat: add receipt import functionality with UI and backend integration
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 19:38:32 +02:00
88d3c4ad73 fix: correct import paths in MealPlanPage component
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 19:37:14 +02:00
1b82b02021 feat: implement meal planning feature with CRUD operations and UI integration
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 19:30:05 +02:00
8b12df4aa4 feat: update NEXT_STEPS.md with unit test details and add npm test to Dockerfile
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 19:25:38 +02:00
3d610fa4ec fix: add missing newline at end of package.json
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 19:22:39 +02:00
9292e30abc feat: add tests for normalizeName and RecipesService methods, including unit conversion and alias normalization
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 19:10:09 +02:00
1b9df4d20d feat: add API route for serving images with path validation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 18:53:52 +02:00
3f4fe890df feat: update Recipe model to use TEXT type for description and add seed data for products
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 18:44:48 +02:00
66003f2485 feat: enhance PantryList and BaslagerPage to support inventory display and improve recipe grid layout
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 18:26:13 +02:00
1ddce5f48c feat: initialize state for image URL in WriteRecipePage component