| Metadata | Value |
|---|---|
| Status | Active |
| Version | 1.1.0 |
| Last Updated | 2026-09-10 |
| Author | Sangeetha Grantha Team |
| Document Type | Evidence record |
[!NOTE] Historical evidence: results, counts, commands, and observations below belong to the original work described here. The editorial update date is not a new test or corpus verification. For present behavior, use current feature map.
This document records the reorganization of the application_documentation folder to ensure all files and folders follow the established naming convention.
The documentation follows a numbered prefix convention:
00-meta/ - Meta documentation, standards, and project evolution01-requirements/ - Product requirements, features, domain models02-architecture/ - System design, decisions (ADRs), diagrams03-api/ - API contracts and integration specifications04-database/ - Database schema, migrations, validation05-frontend/ - Frontend specifications (admin web, mobile)06-backend/ - Backend implementation details07-quality/ - Quality assurance, testing, reports08-operations/ - Operations, configuration, runbooks09-ai/ - AI integration documentationarchive/ - Historical and archived documentationfeatures/ folder contentIssue: Root-level features/ folder did not follow the naming convention.
Action:
application_documentation/features/krithi-import-analysis.md → application_documentation/01-requirements/features/krithi-import-analysis.mdRationale: Feature documentation belongs under 01-requirements/features/ which already exists and follows the convention.
Files Updated:
application_documentation/01-requirements/features/README.md - Added entry for krithi-import-analysis.mdqa/ folderIssue: Root-level qa/ folder did not follow the naming convention.
Action:
application_documentation/qa/ → application_documentation/07-quality/qa/Rationale: Quality assurance and testing documentation belongs under 07-quality/ which already exists and follows the convention.
Files Moved:
qa/testing-readme.md → 07-quality/qa/testing-readme.mdqa/mobile-upload-test-checklist.md → 07-quality/qa/mobile-upload-test-checklist.mdqa/test-plan.md → 07-quality/qa/test-plan.mdqa/verification-report.md → 07-quality/qa/verification-report.mdqa/README.md → 07-quality/qa/README.mdFiles Updated:
application_documentation/07-quality/README.md - Added entry for qa/ folderapplication_documentation/README.md - Added link to testing guidestools/sangita-cli/src/commands/mobile.rs - Updated paths from qa/ to 07-quality/qa/All references to the moved files and folders have been updated:
tools/sangita-cli/src/commands/mobile.rs - Updated paths to 07-quality/qa/application_documentation/README.md - Added link to QA testing guidesapplication_documentation/07-quality/README.md - Added qa/ folder entryapplication_documentation/01-requirements/features/README.md - Added krithi-import-analysis.md entryAfter reorganization:
The following folders were found but are currently empty:
00-onboarding/ - Follows convention (starts with 00-), but emptymeta/ - Does not follow convention (should be 00-meta/ or merged), but emptyThese were left as-is since they’re empty. Consider removing them or populating them as needed.
When adding new documentation:
00- through 09- prefixes01-requirements/features/07-quality/qa/02-architecture/decisions/archive/features/krithi-import-analysis.md to 01-requirements/features/qa/ folder to 07-quality/qa/tools/sangita-cli/src/commands/mobile.rs referencesapplication_documentation/README.mdapplication_documentation/07-quality/README.mdapplication_documentation/01-requirements/features/README.mdfeatures/ folderDate: 2026-01-19
Status: ✅ Complete