Skip to content

Latest commit

 

History

History

README.md

Documentation Index

This folder contains all project documentation and guides.

📋 Available Documentation

Core Features

Notifications

Performance & Optimization

Database & Scripts

📁 File Organization

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

🚀 Quick Start

  1. For chat functionality: Read README-CHAT.md
  2. For notifications: Start with NOTIFICATION-USAGE.md
  3. For performance insights: Check PERFORMANCE-OPTIMIZATION.md

📝 Notes

  • All documentation is in Vietnamese for project team
  • Files are organized by feature and functionality
  • Each file contains implementation details and usage examples