Migrate QA documentation from docs/qa-testing/ to docs/qa/:
- Remove obsolete screenshots from previous testing rounds
- Remove outdated DEFECTOS-QA.md (issues have been resolved)
- Add new QA report for student activation flow testing
- Reorganize qa-testing folder with updated structure
New documentation:
- QA-REPORT-STUDENT-ACTIVATION-FLOW.md: comprehensive test report
covering activation UI, code validation, expiry handling,
and admin manual activation features
This cleanup removes 30+ obsolete screenshots and consolidates
QA documentation in a cleaner structure.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Updated PlantUML diagrams and regenerated SVG/PNG exports:
01-use-cases: Add activation and admin use cases
02-domain-model: Add activation fields to Student entity
03-sequence-enrollment: Include activation check in flow
04-components: Add activation and admin components
05-entity-relationship: Add activation columns to Student table
06-state-enrollment: Add inactive/pending states
07-deployment: Update for current infrastructure
08-c4-context: Add admin actor and activation system
All diagrams validated and exported in both SVG and PNG formats.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Deploy to k3s / deploy (push) Failing after 25sDetails
- Rename images from academia-* to student-* for consistency
- Update DEPLOYMENT.md with latest deployment procedures
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Build and Deploy to k3s / build-api (push) Failing after 2m53sDetails
Build and Deploy to k3s / build-frontend (push) Failing after 34sDetails
Build and Deploy to k3s / deploy (push) Has been skippedDetails
- Add regression test report with 14 passed tests
- Verify DEF-001 and DEF-002 fixes
- Update recommendations with CI/CD deployment info
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add comprehensive QA report with 11 test cases and screenshots
- Document DEF-001 bug analysis, solutions, and resolution
- Add dev-start.sh script for faster development server startup
- Include recommendations for UX, technical, and quality improvements
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Environment:
- .env.example template with all configuration variables
- Database, API, GraphQL, and frontend settings
Documentation:
- Architecture Decision Records (ADR-001 to ADR-004)
- Deployment guide with Docker and K8s instructions
- OWASP security checklist
- Code review checklist
- Activity plan and deliverables
Architecture diagrams (PlantUML):
- Use cases, domain model, sequence diagrams
- Component, ER, state, and deployment diagrams
- C4 context diagram
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>