nilsjohan
  • Joined on 2026-04-08
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:58:26 +02:00
e0836cd269 feat(actions): enhance updateProductWithTags function with additional fields for canonicalName and category
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:56:49 +02:00
b8475cdffe fix(actions): correct console log formatting in updateProductWithTags function
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:32:59 +02:00
068e8a58e5 feat(docs): add architecture principles for using API routes over Server Actions in Next.js
051fb11714 feat(api): implement PATCH and DELETE routes for product management with error handling and logging
Compare 2 commits »
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:23:39 +02:00
f12e673af5 refactor(DatabsTab): remove unnecessary product fetching and pass empty props to components
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:22:46 +02:00
e9b5de4407 feat(admin): refactor product management components for improved state handling and data fetching
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 18:12:33 +02:00
f12d881395 feat(api): add create and update product routes with authentication
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:52:47 +02:00
90b02c4690 feat(product): implement updateProductWithTags function for updating product and tags
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:38:24 +02:00
4250b8d2bc fix(imports): update import path for auth module in products-create and products-update routes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:37:15 +02:00
be6529f021 refactor(route): update parameter handling in PATCH function for improved readability
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:36:15 +02:00
2a412406e2 fix(imports): update import path for auth module in product create and update routes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:34:36 +02:00
c970a5805f refactor(auth): replace import path for getAuthHeaders with auth function in product routes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:33:43 +02:00
16703bb8eb fix(imports): correct import path for getAuthHeaders in product create and update routes
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:32:58 +02:00
4bf5733c76 feat(api): implement product creation and category update endpoints
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:30:21 +02:00
81a8390bb7 refactor(actions): enhance error handling and ensure serializability in product actions
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:28:31 +02:00
40b0d5fd3a refactor(actions): return only serializable fields in product actions
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:27:02 +02:00
7f51829462 feat(receipt-import): integrate server actions for product creation and category updates
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:22:41 +02:00
2ac6112db2 fix(actions): correct import path for getAuthHeaders in actions.ts
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:17:46 +02:00
184ecaad61 feat(receipt-import): refactor product creation and category update to use server actions
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:10:08 +02:00
2b6fe71e53 feat(products): enhance logging in create method for better request tracking
nilsjohan pushed to main at nilsjohan/recipe-app 2026-04-19 17:08:17 +02:00
3ad634f348 feat(auth): add detailed logging in JwtAuthGuard and JwtStrategy for better debugging