Arne Moerman fa704ab996
Build and Push Docker Image / build-and-push (push) Successful in 23s
Add user profile fields and completion prompt
Added `FirstName`, `LastName`, and `Address` fields to `ApplicationUser` for extended user profiles. Updated `Index.razor` to include these fields in the profile form with validation. Introduced `ProfileCompletionService` to check profile completeness and added a prompt in `TopBar.razor` for incomplete profiles.

Created migration `20260518213355_AddUserProfileFields` to update the database schema. Updated `RegistryService` to use new fields for user display names. Registered `ProfileCompletionService` and `DbContextFactory` in `Program.cs`. Styled the profile completion banner in `TopBar.razor.css`.
2026-05-18 23:56:28 +02:00
S
Description
No description provided
660 KiB
Languages
C# 54.8%
HTML 40.3%
CSS 4.6%
Dockerfile 0.2%
JavaScript 0.1%