nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 22:29:33 +02:00
dba3c63ec4 feat: enhance recipe creation process; add editable fields for ingredients and support for alternative ingredients in review step
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 22:26:01 +02:00
505c89c731 Fix error handling in various admin and inventory screens
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 22:20:16 +02:00
db02f6f0fb feat: update migration script; remove IF NOT EXISTS clause for alternativeProductIds column in RecipeIngredient table
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 22:12:01 +02:00
2e4e2141c6 feat: update migration script; add IF NOT EXISTS clause for alternativeProductIds column in RecipeIngredient table
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 22:10:27 +02:00
1b1d5d006d feat: enhance error handling; implement copyable SnackBar for user messages across various screens
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 22:07:02 +02:00
2c8d6b69ae feat: add support for alternative ingredients; implement JSON storage and parsing logic
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 21:43:47 +02:00
64f63b3392 feat: enhance ingredient management; add editable fields for quantity, unit, and notes in recipe creation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 21:38:47 +02:00
f32f69db5d feat: refactor recipe parsing logic; replace regex literals with constants for improved readability and maintainability
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 21:35:18 +02:00
38801f84eb feat: export ParsedIngredient and ParsedRecipe interfaces for external usage
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 21:33:37 +02:00
b52205c8c3 feat: refactor recipe ownership logic; auto-claim ownerless recipes and ensure atomic updates for ingredients
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 21:30:56 +02:00
b7c857732c feat: add product validation in recipe update and creation; throw BadRequestException for inactive products
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 21:28:08 +02:00
648e1856a1 feat: refactor recipe parsing logic; move parseRecipeMarkdown and related functions to a new utility file
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 21:09:57 +02:00
a164b42bdc feat: update Dockerfile to ensure prisma directory is copied correctly and remove unnecessary .prisma copy
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 21:08:20 +02:00
8d7f01a4ad feat: add missing .prisma directory copy in Dockerfile for proper deployment
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 21:03:48 +02:00
293fe34710 feat: remove unnecessary prisma generate command from Dockerfile
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 21:02:19 +02:00
5f176ce75f feat: update Dockerfile stages for improved dependency management; add prisma to package.json and package-lock.json
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 20:50:24 +02:00
5411dfe2c0 feat: add utility functions for date and quantity formatting; refactor inventory and recipe screens to use new formatters
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 20:44:47 +02:00
a645d6a364 feat: refactor inventory and recipe services for improved error handling and code reuse; add systematic backend review plan
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 20:17:29 +02:00
6dfd4c372d feat: add recipe-api service definition to docker-compose
nilsjohan pushed to main at nilsjohan/recipe-app 2026-05-04 20:09:25 +02:00
ffe50e5151 feat: add TypeScript definitions for next-auth session with accessToken and user details