nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 16:02:46 +02:00
14099ab5bf Refactor Dockerfile to simplify installation by removing symlink references and directly copying recipe-document-converter
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 15:53:39 +02:00
d25c7c22b1 Refactor Dockerfile to eliminate symlink issues by directly copying recipe-document-converter to node_modules
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 15:49:28 +02:00
cff299b6e8 Enhance recipe service by importing ParsedIngredient and updating ingredient mapping for type safety
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 15:38:28 +02:00
5448da1b98 New import in version 0.1
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-11 14:57:50 +02:00
8552c6f757 Lade till .gitignore för node_modules och lock-filer
2d808c47a4 Lade till node_modules i .gitignore
6ad97aedee Lade till recipe-document-converter
Compare 3 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 20:03:48 +02:00
8fce96e1ce Add Navigation component and integrate it into multiple pages for consistent navigation
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 20:00:24 +02:00
3dc63c0641 Update instructions field in Recipe model to use Text type for better storage of longer content
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 19:56:53 +02:00
bc2480b3cb Enhance form styling and add Markdown help toggle in recipe creation and editing pages. Enhance form and styling on other pages aswell.
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 19:40:44 +02:00
34d10eb93f Add Markdown support and preview functionality in recipe creation and editing pages
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 19:26:12 +02:00
a63e84ce06 Add technical documentation for Recipe App, including overview, version info, frontend and backend features, infrastructure, and API endpoint 2026-04-10
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 19:20:53 +02:00
8e9ab3d113 Add recipe instructions display and missing ingredients alert in RecipePreview component
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 19:10:55 +02:00
556a0fdc30 Add sorting by name functionality and implement AdminProductList component for product management
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 18:57:24 +02:00
33cb4e5328 Add InventoryList component for improved inventory display and search functionality
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 18:44:10 +02:00
dd17656e4c Add recipe deletion functionality and enhance inventory consumption details
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 18:31:53 +02:00
a743f832a2 Refactor ingredient mapping to exclude location and convert quantity to number
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 18:28:22 +02:00
31389cc4d1 Add @types/express dependency to package.json
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 18:22:53 +02:00
0588c0d3d8 Add recipe existence check in update method and remove redundant quantity conversion
2efb5b5627 Implement health check service and global exception handling
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 17:59:41 +02:00
650a1bb55c Add error handling for missing recipe ID in EditRecipePage
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 17:45:29 +02:00
a1f8fe228c Add update functionality for recipes and create edit page
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-10 17:21:02 +02:00
fb68f926b1 Update recipe-api service in compose.yml to use pre-built image instead of build context. ex. recipe-api:local