nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-07 10:00:45 +02:00
a68a0ca86f feat: add unit mapping functionality
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-07 08:12:46 +02:00
26823fbf35 feat: add unitMappings field to User and Product models
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-07 08:11:00 +02:00
7d63b615b6 feat: add unit mapping functionality and confirmation dialog for unit changes in import process
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-07 07:56:53 +02:00
a19bc1279a fix: update l1Category method to return 'Övrigt' for empty categoryPath
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-07 07:51:52 +02:00
7f7e4c24a8 feat: enhance inventory management with category and location filters
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-06 11:55:01 +02:00
e7251fd94c feat: add location field to PantryItem model and update related functionality
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-06 10:49:00 +02:00
63d249b0a8 feat: update findByOwner method to exclude private filter for active products
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-06 10:43:59 +02:00
7a8f441390 feat: update API endpoint for product listing and simplify manual product creation UI
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-06 10:34:08 +02:00
ea44c4fe7a feat: update inventory queries to filter by product owner for improved user-specific analysis
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-06 10:32:38 +02:00
7f15f8028b feat: update inventory queries to filter by userId for accurate recipe analysis
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-06 09:42:50 +02:00
3e27423f24 feat: update migration documentation and remove obsolete file; enhance Prisma recovery instructions
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-06 09:29:21 +02:00
8200045438 feat: enhance user-scoped AI functionality with admin toggles and premium features
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-06 09:20:35 +02:00
04b1fc3024 feat: add rematch functionality for recipe ingredients and enhance inventory management
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-06 07:54:08 +02:00
9fe85a719c feat: implement recipe analysis service and data models
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-06 07:38:03 +02:00
969dafdbc6 Refactor code structure for improved readability and maintainability
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-06 07:25:45 +02:00
e4f201ea36 feat: enhance recipe ingredient model; add raw fields and optional properties for better ingredient handling
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-05 16:53:01 +02:00
612fcddb47 feat: refactor recipe import process; separate ingredient handling and improve data model for better flexibility
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-05 14:15:33 +02:00
ce20b1dd07 feat: implement AI recipe suggestions; add endpoint and UI for generating suggestions based on inventory
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-05 13:38:27 +02:00
3ea5a4778f feat: add functionality to manually add ingredients; implement CreateIngredientDto and update RecipesController and RecipesService
nilsjohan pushed to main at nilsjohan/microservice-importer 2026-05-05 08:07:27 +02:00
c639eae270 fix: add note about duplicated parseRecipeMarkdown function and TODO for extraction