academia/src/backend
Andrés Eduardo García Márquez 4b9fe1c33b feat(domain): add student account activation fields
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.
2026-01-09 07:41:42 -05:00
..
Adapters feat: add CI/CD pipeline, password recovery, and QA improvements 2026-01-08 10:49:32 -05:00
Application feat: add CI/CD pipeline, password recovery, and QA improvements 2026-01-08 10:49:32 -05:00
Domain feat(domain): add student account activation fields 2026-01-09 07:41:42 -05:00
Host feat: add CI/CD pipeline, password recovery, and QA improvements 2026-01-08 10:49:32 -05:00
Directory.Build.props chore(backend): add solution file and build configuration 2026-01-07 23:01:13 -05:00
StudentEnrollment.sln chore(backend): add solution file and build configuration 2026-01-07 23:01:13 -05:00