nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:34:25 +02:00
c5ccef2313 feat(auth): implement role-based access control and user management features
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:13:38 +02:00
20330f6410 feat(matplan): enhance shopping list with inventory status indicators and summary
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:03:44 +02:00
10bb96dae8 feat(dtos): add IsInt validation to productId in CreateInventoryDto and UpdateInventoryDto
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 09:01:19 +02:00
fd188a3f95 refactor(inventory): remove unused fields from InventoryItem and update related DTOs
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-18 08:41:59 +02:00
6cec7ca6dd feat(seeds): add seed_product_categories.sql for product-category mapping
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 23:20:25 +02:00
84b49bc186 feat(docs): update NEXT_STEPS, README, and TEKNISK_BESKRIVNING with new features and improvements
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 23:08:02 +02:00
470763715d fix(deploy): wait for db to be ready before running category seed
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 23:01:47 +02:00
a7fb9a585a feat(products): add UpsertNutritionDto import to products controller
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 22:58:53 +02:00
5a5c593eac refactor(AdminProductList): remove unused product details and clean up JSX structure
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 22:57:56 +02:00
a763f65654 feat(categories): add category seeding functionality and update deployment script
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 22:50:49 +02:00
21dc06829a feat(meal-plan): add servings field to MealPlanEntry and update related functionality
a81bd6b460 docs: update README, NEXT_STEPS, and technical description for category feature and auth
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 22:13:19 +02:00
adcfa97c06 refactor(categories): change controller route from 'api/categories' to 'categories'
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 21:30:55 +02:00
543059f405 feat(products): restore seed data for product initialization
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 21:25:46 +02:00
ce8e561c03 feat(products): change reset-all endpoint method from DELETE to POST
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 21:22:58 +02:00
e41ee760b9 feat(products): add reset functionality to delete all products and related data
befa15609a feat(database): add script to reset product data and related tables
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 21:17:07 +02:00
cc8be88462 feat(categories): implement category management with hierarchical structure and update product association
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 20:44:27 +02:00
a9e83544c5 feat(profile): add user profile management with first and last name fields
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 20:37:52 +02:00
68b29f6d8e feat(recipes): add CreateRecipeClient component for quick recipe import
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 20:29:54 +02:00
28e938e66e feat(api): use dynamic import for auth headers in fetchJson function
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-17 20:26:29 +02:00
8b9ec31dee fix(api): handle 401 responses by redirecting to login