Commit Graph

  • 23ced5e8ee fix: Export QuickImportResult interface for proper type usage in QuickImportController Nils-Johan Gynther 2026-04-12 07:44:02 +02:00
  • 4f183df711 feat: Implement quick import feature for recipes Nils-Johan Gynther 2026-04-12 07:41:18 +02:00
  • ea971c2f63 Enhance README and TEKNISK_BESKRIVNING with detailed features, API endpoints, and Markdown import process for Recipe App Nils-Johan Gynther 2026-04-12 07:26:20 +02:00
  • 4ea55012bb feat: add import recipes link to navigation Nils-Johan Gynther 2026-04-11 17:52:48 +02:00
  • 5c5177432d refactor: update Dockerfile stages for improved build process and add converter dependency Nils-Johan Gynther 2026-04-11 17:43:34 +02:00
  • 2330ea938c feat: remove import service module and integration guide Nils-Johan Gynther 2026-04-11 17:20:53 +02:00
  • d3997348a8 Remove debug verification step for recipe-document-converter from Dockerfile Nils-Johan Gynther 2026-04-11 16:49:14 +02:00
  • 4189f94e0e Convert submodule to regular directory Nils-Johan Gynther 2026-04-11 16:46:48 +02:00
  • 343416a28d Refactor Dockerfile to adjust installation order of recipe-document-converter for improved build reliability Nils-Johan Gynther 2026-04-11 16:30:09 +02:00
  • 4f6d0b0687 Refactor Dockerfile and package.json to remove file dependency on recipe-document-converter for cleaner npm install process Nils-Johan Gynther 2026-04-11 16:20:46 +02:00
  • f95cc007d7 Remove package-lock.json copy from Dockerfile to streamline build process Nils-Johan Gynther 2026-04-11 16:12:27 +02:00
  • 7dfe5feaa0 Refactor Dockerfile to streamline backend build process by consolidating stages and improving dependency management Nils-Johan Gynther 2026-04-11 16:09:50 +02:00
  • 14099ab5bf Refactor Dockerfile to simplify installation by removing symlink references and directly copying recipe-document-converter Nils-Johan Gynther 2026-04-11 16:02:43 +02:00
  • d25c7c22b1 Refactor Dockerfile to eliminate symlink issues by directly copying recipe-document-converter to node_modules Nils-Johan Gynther 2026-04-11 15:53:36 +02:00
  • cff299b6e8 Enhance recipe service by importing ParsedIngredient and updating ingredient mapping for type safety Nils-Johan Gynther 2026-04-11 15:49:26 +02:00
  • 5448da1b98 New import in version 0.1 Nils-Johan Gynther 2026-04-11 15:38:24 +02:00
  • 8552c6f757 Lade till .gitignore för node_modules och lock-filer nilsjohan 2026-04-11 14:57:41 +02:00
  • 2d808c47a4 Lade till node_modules i .gitignore nilsjohan 2026-04-11 14:54:08 +02:00
  • 6ad97aedee Lade till recipe-document-converter nilsjohan 2026-04-11 14:52:30 +02:00
  • 8fce96e1ce Add Navigation component and integrate it into multiple pages for consistent navigation Nils-Johan Gynther 2026-04-10 20:03:43 +02:00
  • 3dc63c0641 Update instructions field in Recipe model to use Text type for better storage of longer content Nils-Johan Gynther 2026-04-10 20:00:15 +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. Nils-Johan Gynther 2026-04-10 19:56:49 +02:00
  • 34d10eb93f Add Markdown support and preview functionality in recipe creation and editing pages Nils-Johan Gynther 2026-04-10 19:40:41 +02:00
  • a63e84ce06 Add technical documentation for Recipe App, including overview, version info, frontend and backend features, infrastructure, and API endpoint 2026-04-10 Nils-Johan Gynther 2026-04-10 19:26:06 +02:00
  • 8e9ab3d113 Add recipe instructions display and missing ingredients alert in RecipePreview component Nils-Johan Gynther 2026-04-10 19:20:51 +02:00
  • 556a0fdc30 Add sorting by name functionality and implement AdminProductList component for product management Nils-Johan Gynther 2026-04-10 19:10:50 +02:00
  • 33cb4e5328 Add InventoryList component for improved inventory display and search functionality Nils-Johan Gynther 2026-04-10 18:57:21 +02:00
  • dd17656e4c Add recipe deletion functionality and enhance inventory consumption details Nils-Johan Gynther 2026-04-10 18:44:06 +02:00
  • a743f832a2 Refactor ingredient mapping to exclude location and convert quantity to number Nils-Johan Gynther 2026-04-10 18:31:48 +02:00
  • 31389cc4d1 Add @types/express dependency to package.json Nils-Johan Gynther 2026-04-10 18:28:20 +02:00
  • 0588c0d3d8 Add recipe existence check in update method and remove redundant quantity conversion Nils-Johan Gynther 2026-04-10 18:22:47 +02:00
  • 2efb5b5627 Implement health check service and global exception handling Nils-Johan Gynther 2026-04-10 18:14:48 +02:00
  • 650a1bb55c Add error handling for missing recipe ID in EditRecipePage Nils-Johan Gynther 2026-04-10 17:59:34 +02:00
  • a1f8fe228c Add update functionality for recipes and create edit page Nils-Johan Gynther 2026-04-10 17:45:24 +02:00
  • fb68f926b1 Update recipe-api service in compose.yml to use pre-built image instead of build context. ex. recipe-api:local Nils-Johan Gynther 2026-04-10 17:20:59 +02:00
  • b9d5d87235 Remove unused trace file from the frontend build directory. Updated compose.yml Nils-Johan Gynther 2026-04-10 17:16:34 +02:00
  • 32e643f6ab Refactor fetchJson function to use relative paths in the browser and avoid mixed content issues Nils-Johan Gynther 2026-04-09 23:58:19 +02:00
  • fd8480197c Refactor quantity input parsing to handle additional units and improve conversion logic across inventory forms and recipe pages Nils-Johan Gynther 2026-04-09 23:36:36 +02:00
  • 03361f7b7d Refactor inventory forms to include unit and location options; update quantity input handling Nils-Johan Gynther 2026-04-09 23:25:52 +02:00
  • 50d79a348b Add Page component to render CreateRecipePage for recipe creation Nils-Johan Gynther 2026-04-09 23:10:43 +02:00
  • 3fd43b421a Add type annotation for product fetching in CreateRecipePage component Nils-Johan Gynther 2026-04-09 23:06:21 +02:00
  • a2f30d6cfb Add type definition for products state in CreateRecipePage component Nils-Johan Gynther 2026-04-09 23:04:15 +02:00
  • 69393f407c Fix useEffect hook for product fetching in CreateRecipePage component Nils-Johan Gynther 2026-04-09 22:58:49 +02:00
  • 898ac2ef19 Add CreateRecipePage component for recipe creation with ingredients. Updated UX Nils-Johan Gynther 2026-04-09 22:53:52 +02:00
  • 3e38cb5f98 Add create method to RecipesService for recipe creation with ingredients Nils-Johan Gynther 2026-04-09 22:23:13 +02:00
  • bc89e3038b Implement recipe retrieval methods and enhance inventory item types for better data handling Nils-Johan Gynther 2026-04-09 22:16:09 +02:00
  • 29910130f0 Enhance RecipePreview and RecipesService with additional inventory item properties and conversion logic Nils-Johan Gynther 2026-04-09 22:09:19 +02:00
  • 4fd3c8dc20 Add unit conversion and normalization methods to RecipesService Nils-Johan Gynther 2026-04-09 17:17:08 +02:00
  • d1870decac 11D recipe preview Nils-Johan Gynther 2026-04-09 15:12:54 +02:00
  • 8bb7b66274 första uppdateringen Nils-Johan Gynther 2026-04-09 14:32:46 +02:00
  • 962f4e4be5 Recipe-app main nilsjohan 2026-04-09 09:14:39 +02:00