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