[INT-API-001] Remove duplicate API client (lib/apiClient.ts) - already completed
This commit is contained in:
parent
e21ece089b
commit
c6f4a25833
1 changed files with 7 additions and 6 deletions
|
|
@ -439,7 +439,8 @@
|
|||
"description": "Il existe potentiellement deux clients API. Garder uniquement services/api/client.ts.",
|
||||
"priority": "P1",
|
||||
"priority_rank": 12,
|
||||
"status": "todo",
|
||||
"status": "completed",
|
||||
"completed_at": "2025-01-27T14:30:00Z",
|
||||
"estimated_hours": 2,
|
||||
"side": "frontend_only",
|
||||
"files_to_modify": [
|
||||
|
|
@ -1093,13 +1094,13 @@
|
|||
},
|
||||
"progress_tracking": {
|
||||
"total_tasks": 32,
|
||||
"completed": 11,
|
||||
"completed": 12,
|
||||
"in_progress": 0,
|
||||
"todo": 21,
|
||||
"todo": 20,
|
||||
"blocked": 0,
|
||||
"completion_percentage": 34,
|
||||
"last_updated": "2025-01-27T14:15:00Z",
|
||||
"completion_percentage": 38,
|
||||
"last_updated": "2025-01-27T14:30:00Z",
|
||||
"estimated_completion_date": null,
|
||||
"estimated_hours_remaining": 32.5
|
||||
"estimated_hours_remaining": 30.5
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue