nilsjohan
  • Joined on 2026-04-08
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
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 18:25:00 +02:00
195d1ddbc6 feat: add support for prefilled image URL in recipe creation and display
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-16 18:18:32 +02:00
d5b360fd62 Refactor logging in IcaRecipeParser and QuickImportService to use NestJS Logger
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 22:19:39 +02:00
3f6d32ae44 docs: uppdatera README/TEKNISK_BESKRIVNING och lagg till NEXT_STEPS
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 22:13:40 +02:00
719c291e36 fix: TS2322 null not assignable to string | undefined i products.service
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 22:11:58 +02:00
940c8b52ee fix: saknad POST /api/recipes proxy och revalidatePath for admin/products
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 22:06:41 +02:00
47d1aafd9e feat: PantryItem (Baslager) - tabell, backend-modul och frontend-sida
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 22:03:00 +02:00
65ec74ac7d feat: redigeringsformulär för produkter i admin med namn, canonical name, kategori och mjukradering
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:46:02 +02:00
3d279bb78c data: lägg till matvaror_sverige.csv och seed_products.sql
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:32:19 +02:00
5f6b9261f2 fix: ersätt partial migration med fullständigt initial schema
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:25:21 +02:00
ed732ea4e6 fix: använd NEXT_PUBLIC_API_URL_INTERNAL i quick-import-proxy
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:20:36 +02:00
2932e58531 fix: nedgradera Prisma till 6.12.0, Prisma 7 kräver driver adapters för MySQL
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:14:51 +02:00
1844368cf8 fix: återställ url i schema.prisma, ta bort ogiltig datasourceUrl från constructor