nilsjohan
  • Joined on 2026-04-08
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
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:10:48 +02:00
d5cb8d27e0 fix: add type assertion for datasourceUrl in PrismaService constructor
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:08:10 +02:00
3bfd7640cb fix: remove global npm installation from Dockerfiles
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:07:03 +02:00
649f76fa72 fix: update PrismaService constructor to include datasourceUrl configuration
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:05:24 +02:00
67aa89ba7e chore: add npm install command in Dockerfiles for both backend and frontend
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:03:29 +02:00
ba6ac036b5 fix: remove datasource configuration from PrismaService constructor
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 21:01:52 +02:00
5d80dfef6f fix: update PrismaService constructor to use correct datasource format and include prisma.config.ts in Dockerfile
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 20:53:48 +02:00
c9ef587eb1 feat: add Prisma configuration file and update Dockerfile to include it
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-15 20:46:43 +02:00
944a670a84 chore: städa .env, uppdatera Prisma till 7.7.0