[INT-ENDPOINT-003] Implement backend GET /api/v1/tracks/search (already implemented)
This commit is contained in:
parent
7744a6bf2d
commit
ba23ee0af0
1 changed files with 7 additions and 6 deletions
|
|
@ -851,7 +851,8 @@
|
|||
"description": "Le frontend appelle cet endpoint mais il n'existe pas côté backend.",
|
||||
"priority": "P2",
|
||||
"priority_rank": 26,
|
||||
"status": "todo",
|
||||
"status": "completed",
|
||||
"completed_at": "2025-01-27T18:00:00Z",
|
||||
"estimated_hours": 2,
|
||||
"side": "backend_only",
|
||||
"files_to_modify": [
|
||||
|
|
@ -1107,13 +1108,13 @@
|
|||
},
|
||||
"progress_tracking": {
|
||||
"total_tasks": 32,
|
||||
"completed": 25,
|
||||
"completed": 26,
|
||||
"in_progress": 0,
|
||||
"todo": 7,
|
||||
"todo": 6,
|
||||
"blocked": 0,
|
||||
"completion_percentage": 78,
|
||||
"last_updated": "2025-01-27T17:45:00Z",
|
||||
"completion_percentage": 81,
|
||||
"last_updated": "2025-01-27T18:00:00Z",
|
||||
"estimated_completion_date": null,
|
||||
"estimated_hours_remaining": 10.5
|
||||
"estimated_hours_remaining": 8.5
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue