Framework Mode - Defect metrics
Folder Structure for Defect Metrics Tracking
defect-metrics-project/ ├── data/ # Raw defect data files (CSV, JSON) ├── reports/ # Generated defect metric reports ├── src/ # Source code for metric calculations │ ├── calculations/ # Functions to calculate metrics │ ├── utils/ # Helper functions (date parsing, formatting) │ └── main.py # Entry point to run metrics ├── tests/ # Unit tests for metric calculations ├── config/ # Configuration files for environments │ └── settings.yaml # Thresholds, project info └── README.md # Project overview and instructions