Commit Graph

3 Commits

Author SHA1 Message Date
Andrés Eduardo García Márquez 34fbe9886e docs(readme): add test coverage summary and commands
Add comprehensive testing documentation to README:
- Test commands for backend (dotnet test)
- Test commands for E2E (playwright)
- Test coverage summary table
- Auth handler tests breakdown

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 07:45:07 -05:00
Andrés Eduardo García Márquez 2aeca86a9e docs: update project documentation for activation feature
Updated documentation across all deliverables:

Requirements (AN-001):
- Add activation flow requirements
- Document admin management capabilities

User Stories (AN-003):
- Add activation-related user stories
- Admin stories for student management

Domain Model (DI-002):
- Document Student activation fields
- Update entity relationships

GraphQL Schema (DI-004):
- Add activation mutations and queries
- Document new endpoints

Configuration:
- DV-004: Database schema changes
- DV-005: New environment variables

Project docs:
- CLAUDE.md: Update project structure and commands
- README.md: Add activation feature documentation
- ENTREGABLES.md: Update deliverables summary
- DEPLOYMENT.md: Update deployment instructions
- RECOMMENDATIONS.md: Add security recommendations

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 07:43:57 -05:00
Andrés Eduardo García Márquez 5568d1c60a chore: add initial project configuration
- Add .gitignore for .NET, Node.js, and IDE files
- Add README.md with project overview

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 22:58:56 -05:00