[INT-ENDPOINT-006] Implement backend conversation management endpoints (already implemented)
This commit is contained in:
parent
e246cb6de9
commit
8bcae328b5
1 changed files with 7 additions and 6 deletions
|
|
@ -942,7 +942,8 @@
|
|||
"description": "DELETE /api/v1/conversations/:id et endpoints participants manquants.",
|
||||
"priority": "P3",
|
||||
"priority_rank": 29,
|
||||
"status": "todo",
|
||||
"status": "completed",
|
||||
"completed_at": "2025-01-27T18:45:00Z",
|
||||
"estimated_hours": 2,
|
||||
"side": "backend_only",
|
||||
"files_to_modify": [
|
||||
|
|
@ -1110,13 +1111,13 @@
|
|||
},
|
||||
"progress_tracking": {
|
||||
"total_tasks": 32,
|
||||
"completed": 28,
|
||||
"completed": 29,
|
||||
"in_progress": 0,
|
||||
"todo": 4,
|
||||
"todo": 3,
|
||||
"blocked": 0,
|
||||
"completion_percentage": 88,
|
||||
"last_updated": "2025-01-27T18:30:00Z",
|
||||
"completion_percentage": 91,
|
||||
"last_updated": "2025-01-27T18:45:00Z",
|
||||
"estimated_completion_date": null,
|
||||
"estimated_hours_remaining": 4.5
|
||||
"estimated_hours_remaining": 2.5
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue