/home/techb158/cosmic.abdallabala.com/docs
NameSizeModeActions
00-design-study.md36780666editdlrm
01-uml-class-diagram.puml118690666editdlrm
02-use-case-diagram.puml37630666editdlrm
03-sequence-diagrams.puml97320666editdlrm
04-database-entity-model.mmd70510666editdlrm
05-database-schema.sql133720666editdlrm
06-diagram-preview.html50210666editdlrm
07-design-checklist.md32560666editdlrm
08-step-2-storage-layer.md53250666editdlrm
09-step-3-risk-crud-ui.md33800666editdlrm
10-step-4-mitigation-workflow.md39960666editdlrm
11-step-5-deployment-gate-workflow.md22920666editdlrm
12-step-6-multi-pm-integration.md37700666editdlrm
13-step-6-1-microsoft-planner-integration.md23350666editdlrm
14-step-7-reporting-export.md41580666editdlrm
15-step-7-1-oauth-live-connectors.md45450666editdlrm
16-step-8-user-roles-access-control.md32970666editdlrm
17-step-9-production-deployment-security.md42280666editdlrm
18-step-10-final-academic-submission.md31990666editdlrm
19-final-report-draft.md68140666editdlrm
20-instructor-submission-checklist.md36390666editdlrm
21-demo-script.md39480666editdlrm
22-traceability-matrix.md48470666editdlrm
23-testing-evidence.md29610666editdlrm
24-evaluation-rubric-mapping.md29100666editdlrm
25-final-deployment-runbook.md32140666editdlrm
26-known-limitations-and-future-work.md26320666editdlrm
27-final-qa-checklist.md28930666editdlrm
28-demo-rehearsal-script.md36180666editdlrm
29-submission-freeze-report.md27690666editdlrm
30-final-known-issues.md18760666editdlrm
dashboard-spec.md36910666editdlrm
Edit: /home/techb158/cosmic.abdallabala.com/docs/27-final-qa-checklist.md (2893B)
# Final QA Checklist Date: 2026-07-04 Application version: 2.1.0 Status: Submission freeze candidate ## 1. Fresh install verification | Check | Expected result | Status | |---|---|---| | Project zip extracts correctly | Source folder opens without missing files | Ready | | `package.json` exists | Application can be installed and tested with npm | Ready | | `.env.example` exists | Runtime secrets are documented without exposing real credentials | Ready | | `README.md` exists | Instructor can understand how to run the system | Ready | | `SUBMISSION-README.md` exists | Instructor-facing submission guide is available | Ready | ## 2. Application startup verification | Check | Expected result | Status | |---|---|---| | `npm start` | Server starts on configured port | Ready | | `/api/health` | Returns service name and version | Ready | | `/api/ready` | Returns readiness status | Ready | | Dashboard home page | Loads overview dashboard | Ready | | Static assets | CSS and JavaScript load correctly | Ready | ## 3. Functional QA | Workflow | Required verification | Status | |---|---|---| | Overview dashboard | Risk score, gate status, open risks, and mitigation summary are visible | Ready | | Risk register | Add, edit, delete, and filter risks | Ready | | Mitigation workflow | Add mitigation, edit progress, attach evidence, recalculate residual risk | Ready | | Deployment gate | Evaluate gate, review criteria, record decision, view history | Ready | | Reporting | Open executive report, export JSON and CSV evidence | Ready | | Integrations | Verify Trello, Jira, Asana, and Microsoft Planner provider mappings | Ready | | OAuth | Confirm credentials are configured through environment variables only | Ready | | Access control | Confirm protected workflows require appropriate permissions | Ready | | Audit trail | Verify workflow events appear in audit records | Ready | ## 4. Instructor-facing artifacts | Artifact | Expected result | Status | |---|---|---| | UML Class Diagram | Present in `docs/01-uml-class-diagram.puml` | Ready | | Use Case Diagram | Present in `docs/02-use-case-diagram.puml` | Ready | | Sequence Diagrams | Present in `docs/03-sequence-diagrams.puml` | Ready | | Database Entity Model | Present in `docs/04-database-entity-model.mmd` | Ready | | SQL Schema | Present in `docs/05-database-schema.sql` | Ready | | Final report draft | Present in `docs/19-final-report-draft.md` | Ready | | Traceability matrix | Present in `docs/22-traceability-matrix.md` | Ready | | Testing evidence | Present in `docs/23-testing-evidence.md` | Ready | | Conference deck | Included in final package when available | Ready | | Final infographic | Included in final package when available | Ready | ## 5. Freeze rule After this step, only critical corrections should be made. Feature development should stop unless the instructor requests a specific change.