drinkrate/DrinkRateAPI/DbEntities
martinshoob e06700458f Create default user profile on registration
Implement a `UserWithProfileManager` to automatically create a default user profile upon user registration.
This ensures that each user has an associated profile with default values (e.g., `UserName`, `IsAdmin`, `IsDeleted`).
Updates the database schema to reflect the change from UserId to UserProfileId in the UserProfileCompanyTableStat and UserProfileProductTableStat entities.
2025-08-09 18:54:27 +02:00
..
DbApplicationUser.cs Create default user profile on registration 2025-08-09 18:54:27 +02:00
DbCompany.cs Upgrade EF models and add some EF mappings 2025-08-09 12:54:29 +02:00
DbCompanyRating.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbCompanyTable.cs Map EF company table and table view 2025-08-09 13:10:58 +02:00
DbCompanyTableView.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbProduct.cs Upgrade EF models and add some EF mappings 2025-08-09 12:54:29 +02:00
DbProductRating.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbProductTable.cs Map EF company table and table view 2025-08-09 13:10:58 +02:00
DbProductTableView.cs Connect UserProfile with ApplicationUser 2025-08-09 15:43:32 +02:00
DbUserProfile.cs Fix forgotten renaming of user, change applicationuser id type to guid 2025-08-09 17:57:41 +02:00
DbUserProfileCompanyTableStat.cs Fix forgotten renaming of user, change applicationuser id type to guid 2025-08-09 17:57:41 +02:00
DbUserProfileProductTableStat.cs Fix forgotten renaming of user, change applicationuser id type to guid 2025-08-09 17:57:41 +02:00