Description:
The repository doesn’t include documentation of its folder structure, making it hard to understand how files are organized.
Adding a “Project Structure” section (in README or a separate STRUCTURE.md) will improve navigation.
Proposed Example:
blood_management_system/
├── static/ # CSS, JS, Images
├── templates/ # HTML files
├── database/ # SQL scripts
├── app.py # Main application
└── README.md
Benefits:
Makes project organization easy to understand
Helps contributors know where to modify or add code
Labels:
documentation enhancement
Request:
🙋♀️ I can add a simple, clear folder structure documentation section. Please assign this issue to me.
Description:
The repository doesn’t include documentation of its folder structure, making it hard to understand how files are organized.
Adding a “Project Structure” section (in README or a separate STRUCTURE.md) will improve navigation.
Proposed Example:
blood_management_system/
├── static/ # CSS, JS, Images
├── templates/ # HTML files
├── database/ # SQL scripts
├── app.py # Main application
└── README.md
Benefits:
Makes project organization easy to understand
Helps contributors know where to modify or add code
Labels:
documentation enhancement
Request:
🙋♀️ I can add a simple, clear folder structure documentation section. Please assign this issue to me.