📚 Master Documentation Hub This directory contains all documentation for the Diabeto medical records management application, organized by category for easy navigation and maintenance.
Purpose: Fundamental documentation that defines the project structure and guidelines
DOCUMENTATION_INDEX.md- Central hub and feature catalogDOCUMENTATION_STRUCTURE_INSTRUCTIONS.md- 🚨 MANDATORY READ - Documentation structure and rulesARCHITECTURE.md- High-level system architecture and design patternsPROJECT_STRUCTURE.md- Detailed implementation guide for all componentsDATABASE_SCHEMA.md-⚠️ PRIVATE - Complete database schema and compliance requirements
Purpose: Detailed documentation for specific features and implementations
GOOGLE_OAUTH_EMAIL_VERIFICATION_TEST.md- Google OAuth email verification testing and complianceGOOGLE_OAUTH_IMPLEMENTATION_SUMMARY.md- Complete OAuth implementation detailsBLOOD_SUGAR_CSV_AUDIT.md- Blood sugar data audit and cleaning processBLOOD_SUGAR_IMPORT_GUIDE.md- Secure medical data import procedures
Purpose: Step-by-step guides for setup, configuration, and procedures
DOCUMENTATION_GUIDELINES.md- Complete documentation standards and practicesGIT_WORKFLOW_GUIDE.md- Git workflow and collaboration proceduresGOOGLE_SIGNIN_SETUP.md- Google Sign-In configuration and setupGOOGLE_OAUTH_TROUBLESHOOTING.md- 🚨 URGENT - Fix Google OAuth authorization errorsGOOGLE_OAUTH_QUICK_FIX.md- ⚡ 5-MINUTE FIX - Immediate OAuth error resolutionFIREBASE_CONFIGURATION_OPTIMIZATION.md- 🔧 COMPLETED - Firebase environment variable system implementationENV_VARIABLE_FIX_SUMMARY.md- 🆕 COMPLETE - Comprehensive environment variable loading system implementation guidePRIVACY_PROTECTION_NOTICE.md- Medical data privacy and protection requirements
Purpose: Project history, bug tracking, and implementation summaries
BUGS_AND_FIXES.md- Complete bug log with fixes, reasoning, and trade-offsREFACTORING_SUMMARY.md- Major refactoring efforts and architectural changesDOCUMENTATION_STRUCTURE_IMPLEMENTATION_SUMMARY.md- Documentation organization implementationCOMPREHENSIVE_AUDIT_COMPLETION_SUMMARY.md- Complete audit and compliance implementationDOCUMENTATION_ORGANIZATION_COMPLETION_SUMMARY.md- Documentation consolidation and structure implementationFIREBASE_SECURITY_IMPLEMENTATION_SUMMARY.md- Critical Firebase security infrastructure and medical data protectionENVIRONMENT_VARIABLE_SYSTEM_IMPLEMENTATION_SUMMARY.md- 🆕 COMPLETE - Environment variable loading system for Expo applicationsDOCUMENTATION_CLEANUP_COMPLETION_SUMMARY.md- 🆕 COMPLETE - Documentation organization and root directory cleanup summary
- MUST READ:
CORE/DOCUMENTATION_STRUCTURE_INSTRUCTIONS.md - Understand: Each folder has a specific purpose - do not mix content types
- Follow: The documentation decision tree for proper file placement
- Always consult the structure instructions before creating/updating documentation
- Use cross-references instead of duplicating content
- Respect privacy boundaries for medical data
- Follow exact formats specified for each document type
CORE/DATABASE_SCHEMA.mdcontains sensitive information - marked as PRIVATE- Never include PHI (Protected Health Information) in public documentation
- Follow guidelines in
GUIDES/PRIVACY_PROTECTION_NOTICE.md
- Project Overview: Start with
CORE/DOCUMENTATION_INDEX.md - Implementation Details: Check
CORE/PROJECT_STRUCTURE.md - Bug Reports: See
SUMMARIES/BUGS_AND_FIXES.md - Feature Status: Review
FEATURES/directory - Setup Instructions: Browse
GUIDES/directory
- Read
CORE/DOCUMENTATION_STRUCTURE_INSTRUCTIONS.md(MANDATORY) - Review
CORE/ARCHITECTURE.mdfor system understanding - Check
GUIDES/for setup and workflow procedures - Reference
CORE/PROJECT_STRUCTURE.mdfor implementation details
- ALWAYS read
CORE/DOCUMENTATION_STRUCTURE_INSTRUCTIONS.mdfirst - Follow the AI-specific workflow defined in the instructions
- Never mix content types between documentation categories
- Respect privacy boundaries for medical documentation
- New Features: Add to
FEATURES/+ updateCORE/DOCUMENTATION_INDEX.md - Bug Fixes: Document in
SUMMARIES/BUGS_AND_FIXES.md - Architecture Changes: Update
CORE/ARCHITECTURE.md - Implementation Changes: Update
CORE/PROJECT_STRUCTURE.md
- All documentation follows formats defined in structure instructions
- Cross-references maintain connections between related documentation
- Privacy compliance verified for all medical-related documentation
- Consistent terminology and formatting across all files
🎯 Remember: This organized structure ensures maintainable, compliant, and useful documentation that serves different audiences while protecting sensitive medical information.
📞 Questions? Refer to CORE/DOCUMENTATION_STRUCTURE_INSTRUCTIONS.md for detailed guidance on documentation structure and placement decisions.