• Joined on 2025-03-05
shoob pushed to 250811_ProductCompanyTable at chilldev/drinkrate 2025-08-12 05:55:33 +00:00
d2789022ce Add CompanyTable controller/service
dffa410c71 Add custom message support to exception handling middleware
84e6f7e2c9 Update route for product tables
Compare 3 commits »
shoob pushed to 250811_ProductCompanyTable at chilldev/drinkrate 2025-08-12 04:53:07 +00:00
cfa0da8082 Merge branch 'main' into 250811_ProductCompanyTable
de8d07ee02 Merge pull request 'User profile service' (#2) from 250809_UserProfile into main
602496ec08 Add user profile endpoints
9bcf4df149 Merge pull request 'Setup base EF model and authentication' (#1) from EntityFrameworkSetup into main
Compare 4 commits »
shoob pushed to 250811_ProductCompanyTable at chilldev/drinkrate 2025-08-11 19:24:34 +00:00
87a2250852 Handle unique constraint violation on ProductCompanyTableCouple create
e7b737a3dd Add error messages
69573991ca Add CompanyTableId to ProductTableGet
126e2a8c73 Merge remote-tracking branch 'origin/250809_UserProfile' into 250811_ProductCompanyTable
84e16d655d Add exception messages
Compare 7 commits »
shoob pushed to 250811_ProductCompanyTable at chilldev/drinkrate 2025-08-11 19:04:34 +00:00
e3a1888146 Update namespace for ProductCompanyTableCouple
shoob pushed to 250811_ProductCompanyTable at chilldev/drinkrate 2025-08-11 19:03:33 +00:00
b7677bc139 Create product-company table coupling, fix one-to-one relationship
shoob pushed to 250811_ProductCompanyTable at chilldev/drinkrate 2025-08-11 18:12:48 +00:00
e0ecd86288 Establish a one-to-one relationship
shoob pushed to 250811_ProductCompanyTable at chilldev/drinkrate 2025-08-11 17:47:54 +00:00
5401d29d44 Add product table management endpoints
9ec9139f69 Enhance AdminOnly authorization policy
Compare 2 commits »
shoob created branch 250811_ProductCompanyTable in chilldev/drinkrate 2025-08-11 17:47:54 +00:00
shoob pushed to 250809_UserProfile at chilldev/drinkrate 2025-08-11 16:46:44 +00:00
1dc37d3282 Handle not found user profile gracefully
shoob pushed to 250809_UserProfile at chilldev/drinkrate 2025-08-11 16:36:17 +00:00
7bf7f23925 Add exception handling middleware
shoob pushed to 250809_UserProfile at chilldev/drinkrate 2025-08-11 16:18:37 +00:00
1906d0de0d Remove explicit fail call in admin authorization
shoob pushed to 250810_UserProfileAdmin at chilldev/drinkrate 2025-08-10 16:34:00 +00:00
a246764e44 Movesadmin status update endpoint
3230a5ed0f Merge remote-tracking branch 'origin/250809_UserProfile' into 250810_UserProfileAdmin
dad144a80f Create user profile service base
Compare 3 commits »
shoob pushed to 250810_UserProfileAdmin at chilldev/drinkrate 2025-08-10 16:07:42 +00:00
b59fef222f Implement admin-only authorization policy
shoob pushed to 250810_UserProfileAdmin at chilldev/drinkrate 2025-08-10 14:23:43 +00:00
b2b8d1e076 Refactor admin endpoint and logic
shoob pushed to 250810_UserProfileAdmin at chilldev/drinkrate 2025-08-10 11:55:41 +00:00
c0860b05d1 Enable admin status management
shoob created branch 250810_UserProfileAdmin in chilldev/drinkrate 2025-08-10 11:55:41 +00:00
shoob deleted branch EntityFrameworkSetupPropertyMap from chilldev/drinkrate 2025-08-09 17:21:00 +00:00
shoob pushed to EntityFrameworkSetup at chilldev/drinkrate 2025-08-09 16:54:34 +00:00
e06700458f Create default user profile on registration
shoob pushed to EntityFrameworkSetup at chilldev/drinkrate 2025-08-09 15:57:49 +00:00
e7ce2c7718 Fix forgotten renaming of user, change applicationuser id type to guid
shoob pushed to EntityFrameworkSetup at chilldev/drinkrate 2025-08-09 15:06:01 +00:00
d2e156b9f1 Fix identityuser being used instead of DbApplicationUser