academia/src/backend
Andrés Eduardo García Márquez 4ede4d4cef refactor(backend): add validation patterns, query validators, and test builders
- Add centralized ValidationPatterns with XSS protection and name regex
- Add query validators (GetClassmates, GetStudentById, GetStudentsPaged, GetAvailableSubjects)
- Add ClassmateInfo read model for optimized query projections
- Add test builders (Student, Subject, Professor, Enrollment) for cleaner tests
- Improve repository interfaces with XML documentation
- Refactor EnrollmentRepository for better performance
- Update EnrollmentDomainService with additional validation helpers

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 09:18:27 -05:00
..
Adapters refactor(backend): add validation patterns, query validators, and test builders 2026-01-08 09:18:27 -05:00
Application refactor(backend): add validation patterns, query validators, and test builders 2026-01-08 09:18:27 -05:00
Domain refactor(backend): add validation patterns, query validators, and test builders 2026-01-08 09:18:27 -05:00
Host feat(backend): implement JWT authentication and authorization 2026-01-08 09:14:42 -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