Add activation-related properties to Student entity: - IsActive: boolean flag for account activation status - ActivationCode: 6-digit code for email verification - ActivationCodeExpiry: expiration timestamp for the code Add repository method GetByActivationCodeAsync for code lookup. These changes support the new student self-registration flow where accounts require email verification before accessing the system. |
||
|---|---|---|
| .. | ||
| Adapters | ||
| Application | ||
| Domain | ||
| Host | ||
| Directory.Build.props | ||
| StudentEnrollment.sln | ||