/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/26-known-limitations-and-future-work.md (2632B)
# Known Limitations and Future Work ## 1. Known limitations | Limitation | Explanation | Suggested improvement | |---|---|---| | JSON storage | The prototype stores data in local JSON files | Replace with PostgreSQL, SQLite, or another database | | Basic actor header | User identity is simulated through `X-Cosmic-User-Id` | Add full authentication with sessions or identity provider | | Live connector credentials required | Trello, Jira, Asana, and Microsoft Planner live sync require external app registration | Complete provider-specific production setup | | Scoring calibration | The scoring model is an implementation proposal | Validate weights with industrial case data | | Report PDF generation | Reports are HTML and CSV, not server-generated PDF | Add server-side PDF generation if needed | | No real-time collaboration | Updates require reload or user action | Add WebSocket or server-sent events | | No notification workflow | Users are not notified of gate changes or overdue mitigations | Add email, Slack, Teams, or PM tool notifications | | No advanced analytics | The dashboard focuses on operational risk tracking | Add trend analysis, forecasting, and model drift analytics | ## 2. Future work roadmap ### Phase 1: Production data layer 1. Add PostgreSQL schema. 2. Add migrations. 3. Add database indexes. 4. Add transaction-safe writes. 5. Add database backup and restore automation. ### Phase 2: Authentication 1. Add login. 2. Add secure sessions. 3. Add passwordless or SSO authentication. 4. Bind roles to authenticated users. 5. Add admin password reset workflow. ### Phase 3: Live integrations 1. Complete Trello production sync. 2. Complete Jira Cloud production sync. 3. Complete Asana production sync. 4. Complete Microsoft Planner production sync through Microsoft Graph. 5. Add retry and failure handling. 6. Add conflict resolution for bidirectional updates. ### Phase 4: Advanced governance 1. Add configurable gate policies. 2. Add organization-specific risk thresholds. 3. Add approval chains. 4. Add legal and ethical review templates. 5. Add model monitoring rules. ### Phase 5: Research validation 1. Apply the dashboard to a real AI project case. 2. Compare dashboard risk results to expert assessment. 3. Calibrate indicators and weights. 4. Document measurement validity and uncertainty. 5. Prepare academic publication or technical report. ## 3. Final note The current system is complete enough for academic demonstration and instructor evaluation. It is not a finished enterprise product. Its main value is proving the transformation from framework to software artifact.