Project Structure
Understand how the project is organized and where each component is located.
Overview
The project follows a modular structure that separates source code, documentation, datasets, validation resources, and generated reports.
| Directory | Description |
|---|---|
src/ |
Application source code. |
data/ |
Input and output datasets. |
docs/ |
User and technical documentation. |
validation/ |
Validation resources and reference datasets. |
reports/ |
Generated reports. |
assets/ |
Images, logos, and documentation resources. |
tests/ |
Software testing modules. |
Directory Layout
Each directory has a specific purpose and should remain unchanged to ensure compatibility with future releases.
Recommendations
- Preserve the original project structure.
- Store datasets in the appropriate folders.
- Keep reports together with the processed data.
- Avoid renaming project directories.
Related Documentation
- Installation
- Menus
- Processing Workflows
- TR-006 Software Architecture