This folder contains all project documentation and guides.
README-CHAT.md- Chat functionality documentationMESSAGE-STATUS.md- Message status system (sent/delivered/read)FEATURES-STRUCTURE.md- Features module organization
NOTIFICATION-USAGE.md- How to use notificationsNOTIFICATION-LOGIC.md- Original notification logicNOTIFICATION-LOGIC-FIX.md- Fixed notification logic
PERFORMANCE-OPTIMIZATION.md- Performance improvements made
USER-FIELDS-UPDATE.md- User fields and database schemaSCRIPTS-README.md- Utility scripts documentation
docs/
├── README.md # This index file
├── README-CHAT.md # Chat features
├── MESSAGE-STATUS.md # Message status system
├── FEATURES-STRUCTURE.md # Features module organization
├── NOTIFICATION-USAGE.md # Notification usage guide
├── NOTIFICATION-LOGIC.md # Original notification logic
├── NOTIFICATION-LOGIC-FIX.md # Fixed notification logic
├── PERFORMANCE-OPTIMIZATION.md # Performance improvements
├── USER-FIELDS-UPDATE.md # User schema documentation
└── SCRIPTS-README.md # Utility scripts documentation
- For chat functionality: Read
README-CHAT.md - For notifications: Start with
NOTIFICATION-USAGE.md - For performance insights: Check
PERFORMANCE-OPTIMIZATION.md
- All documentation is in Vietnamese for project team
- Files are organized by feature and functionality
- Each file contains implementation details and usage examples