Commit Graph

3 Commits

Author SHA1 Message Date
Andrés Eduardo García Márquez df8a8e74f8 refactor(qa): reorganize QA documentation structure
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.
2026-01-09 07:44:22 -05:00
Andrés Eduardo García Márquez 9f25e8bf9d docs: add QA regression report and update recommendations
- Add regression test report with 14 passed tests
- Verify DEF-001 and DEF-002 fixes
- Update recommendations with CI/CD deployment info
2026-01-08 11:23:19 -05:00
Andrés Eduardo García Márquez a98862add8 feat: add CI/CD pipeline, password recovery, and QA improvements
- Add Gitea Actions workflow for automated k3s deployment
- Implement password recovery with recovery codes (no email needed)
- Fix unenroll mutation (missing studentId parameter)
- Fix dashboard handling for expired sessions
- Add optimized Docker builds with caching
- Add k3s all-in-one deployment manifest
- Add QA test report and recommendations
2026-01-08 10:49:32 -05:00