Archived Documentation - Completed Plans
Archive Date: 2026-01-21
Overview
This directory contains documentation that was used to design and implement features that are now complete. These documents are retained for historical reference but the actual implementation is authoritative.
For current project status, see Project Plan.
Contents
EDC Implementation Specifications
| Document |
Original Purpose |
Status |
edc-prototype-implementation-plan.md |
Original EDC prototype design |
Superseded by edc-implementation-plan.md |
edc-implementation-odm-mapping.md |
ODM element mapping specifications |
Implemented |
edc-stress-test-scenarios.md |
Amendment stress test scenarios |
Implemented and validated |
UI/UX Specifications
| Document |
Original Purpose |
Status |
sidebar-menu.md |
Sidebar menu structure |
Implemented |
role-based-visibility.md |
RBAC visibility matrix |
Implemented |
Integration Specifications
| Document |
Original Purpose |
Status |
jsPysch-integration-plan.md |
jsPsych assessment integration |
Implemented |
surveyJS-integration-plan.md |
SurveyJS form builder integration |
Implemented |
redcap-gap-analysis.md |
REDCap feature comparison |
Reference only |
Governance
| Document |
Original Purpose |
Status |
amendment-sop.md |
Protocol amendment SOP |
Implemented |
comprehensive-study-managerment.md |
Study management philosophy |
Implemented |
RBAC Subdirectory (/rbac/)
| Document |
Original Purpose |
Status |
rbac-role-mapping.md |
Role-permission mapping |
Implemented |
rbac-roles-redcap.md |
REDCap role comparison |
Reference only |
UI Subdirectory (/ui/)
| Document |
Original Purpose |
Status |
forms-module-ui-spec.md |
Forms module UI design |
Implemented |
forms-module-implementation-plan.md |
Migration strategy |
Implemented |
forms-module-components.tsx |
Reference implementations |
Superseded by actual components |
Current Implementation
The authoritative implementation can be found in:
- Server (Python/FastAPI):
server/app/
- Portal (React):
portal/src/
- Client (jsPsych):
client/src/