platformplatform / PlatformPlatform

🚀 Pre-alpha state. A platform designed for building enterprise-grade, multi-tenant products using Azure, .NET, React, TypeScript, Infrastructure as Code, etc.
https://platformplatform.github.io
MIT License
217 stars 21 forks source link

Add title property to user #507

Closed tjementum closed 1 month ago

tjementum commented 1 month ago

Summary & Motivation

Add User.Title to the database, including updates to database migrations, DTO, UserRepository.Search, and database seeding.

Remove all usages of [UsedImplicitly] attributes, which were previously used to avoid warnings in JetBrains. These leftover attributes have been removed from Domain Entities and Developer CLI commands.

IMPORTANT: This change requires the existing database to be updated manually.

Checklist

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
60.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud