95 lines
2.9 KiB
JSON
95 lines
2.9 KiB
JSON
{
|
|
"project_name": "UseCaseAnalyse",
|
|
"execution_id": "exe-20240930-081300-001",
|
|
"created_at": "2024-09-30T08:13:00Z",
|
|
"milestones": {
|
|
"M0_SETUP": {
|
|
"name": "Project Analysis and Setup",
|
|
"status": "completed",
|
|
"started_at": "2024-09-30T08:13:00Z",
|
|
"completed_at": "2024-09-30T08:15:00Z",
|
|
"dependencies": [],
|
|
"outputs": ["project_structure.json", "directory_setup.txt", "baseline_metrics.json"]
|
|
},
|
|
"M1_STAKEHOLDER": {
|
|
"name": "Stakeholder Requirements Analysis",
|
|
"status": "completed",
|
|
"started_at": "2024-09-30T08:15:00Z",
|
|
"completed_at": "2024-09-30T08:35:00Z",
|
|
"dependencies": ["M0_SETUP"],
|
|
"outputs": [
|
|
"StRS_Complete.md",
|
|
"StRS_Summary.md",
|
|
"StRS_Traceability.csv",
|
|
"StRS_Diagrams.md",
|
|
"StRS_Evidence.md"
|
|
]
|
|
},
|
|
"M2_SYSTEM": {
|
|
"name": "System Requirements Analysis",
|
|
"status": "completed",
|
|
"started_at": "2024-09-30T08:35:00Z",
|
|
"completed_at": "2024-09-30T08:55:00Z",
|
|
"dependencies": ["M1_STAKEHOLDER"],
|
|
"outputs": [
|
|
"SyRS_Complete.md",
|
|
"SyRS_Summary.md",
|
|
"SyRS_API_Specification.yaml",
|
|
"SyRS_Architecture.md",
|
|
"SyRS_Interfaces.md",
|
|
"SyRS_Traceability.csv"
|
|
]
|
|
},
|
|
"M3_SOFTWARE": {
|
|
"name": "Software Requirements Analysis",
|
|
"status": "completed",
|
|
"started_at": "2024-09-30T08:55:00Z",
|
|
"completed_at": "2024-09-30T09:40:00Z",
|
|
"dependencies": ["M2_SYSTEM"],
|
|
"outputs": [
|
|
"SwRS_Complete.md",
|
|
"SwRS_CodeCatalog.md",
|
|
"SwRS_Algorithms.md",
|
|
"SwRS_DataModel.md",
|
|
"SwRS_TestSpecification.md",
|
|
"SwRS_Traceability.csv"
|
|
]
|
|
},
|
|
"M4_PATTERNS": {
|
|
"name": "Code Pattern Analysis",
|
|
"status": "completed",
|
|
"started_at": "2024-09-30T09:40:00Z",
|
|
"completed_at": "2024-09-30T10:30:00Z",
|
|
"dependencies": ["M3_SOFTWARE"],
|
|
"outputs": [
|
|
"Analysis_Complete.md",
|
|
"Pattern_Catalog.csv",
|
|
"Business_Rules.md",
|
|
"Validation_Rules.md",
|
|
"Security_Patterns.md",
|
|
"Performance_Patterns.md",
|
|
"Integration_Patterns.md"
|
|
]
|
|
},
|
|
"M5_INTEGRATION": {
|
|
"name": "Integration and Master Documentation",
|
|
"status": "completed",
|
|
"started_at": "2024-09-30T10:30:00Z",
|
|
"completed_at": "2024-09-30T11:15:00Z",
|
|
"dependencies": ["M1_STAKEHOLDER", "M2_SYSTEM", "M3_SOFTWARE", "M4_PATTERNS"],
|
|
"outputs": [
|
|
"ISO29148_Master_Requirements.md",
|
|
"ISO29148_Executive_Summary.md",
|
|
"ISO29148_Traceability_Master.csv",
|
|
"ISO29148_Quality_Report.md",
|
|
"ISO29148_Validation_Checklist.md"
|
|
]
|
|
}
|
|
},
|
|
"current_milestone": "COMPLETED",
|
|
"pause_requested": false,
|
|
"resume_from": null,
|
|
"execution_completed_at": "2024-09-30T11:15:00Z",
|
|
"total_execution_time": "185 minutes",
|
|
"final_status": "SUCCESS"
|
|
} |