chitfund/README/DOCUMENTATION_INDEX.md

3.1 KiB

Documentation Index

Quick reference to find what you need.


📚 Main Documentation

Getting Started

For Managers/Admins

  • ADMIN_GUIDE.md - Complete admin features guide
    • Edit/delete draws
    • Edit/delete groups
    • Edit members
    • Member numbers explained
    • Visual examples

Technical Documentation

Feature-Specific Guides


🗂️ Documentation Structure

Project Root
├── README.md                          # Main project README
├── ADMIN_GUIDE.md                     # All admin features
├── DEPLOYMENT.md                      # Deployment instructions
├── CHANGELOG.md                       # Version history
├── DOCUMENTATION_INDEX.md             # This file
├── TROUBLESHOOTING.md                 # General troubleshooting
├── HOW_TO_ADD_PAST_DRAWS.md          # Feature guide
│
├── backend/
│   ├── README.md                      # Backend setup
│   ├── API_DOCUMENTATION.md           # API reference
│   ├── TROUBLESHOOTING.md             # Backend issues
│   ├── WHATSAPP_USAGE_EXAMPLES.md    # WhatsApp guide
│   ├── run-member-number-migration.js # Migration script
│   └── migrations/
│       └── 20251106_add_member_number.sql
│
└── luckychit/
    └── README.md                      # Flutter app info

I want to...

Setup the projectREADME.md → Quick Start section

Deploy to productionDEPLOYMENT.md

Use admin featuresADMIN_GUIDE.md

Fix an errorbackend/TROUBLESHOOTING.md

Import old dataHOW_TO_ADD_PAST_DRAWS.md

Use the APIbackend/API_DOCUMENTATION.md

See what's newCHANGELOG.md


📖 Documentation Standards

File Naming

  • UPPERCASE.md - Important docs (README, CHANGELOG)
  • PascalCase.md - Feature guides
  • lowercase.md - Technical/internal docs

Location

  • Root - Project-wide documentation
  • backend/ - Backend-specific docs
  • luckychit/ - Flutter app docs
  • docs/ - Archive/additional docs

Documentation Status

  • Main README created
  • Admin guide consolidated
  • Deployment guide complete
  • API documentation updated
  • Troubleshooting guides merged
  • Redundant files removed
  • Clean structure established

All documentation is now organized and easy to find! 📚