Add grpcDeliveriesProvider as a gRPC-based alternative to deliveriesProvider. The new provider uses GrpcCqrsApiClient.getDeliveries() for improved performance and type safety. Follows the existing pattern with: - FutureProvider.family pattern for route-specific queries - Authentication check before API calls - Result.when() for proper error handling - Warehouse delivery appended at the end Co-Authored-By: Claude <noreply@anthropic.com>
25 lines
464 B
Plaintext
25 lines
464 B
Plaintext
{
|
|
"active": true,
|
|
"spec": "002-migrate-api-routes-from-http-to-grpc",
|
|
"state": "building",
|
|
"subtasks": {
|
|
"completed": 10,
|
|
"total": 13,
|
|
"in_progress": 1,
|
|
"failed": 0
|
|
},
|
|
"phase": {
|
|
"current": "Provider Integration",
|
|
"id": null,
|
|
"total": 3
|
|
},
|
|
"workers": {
|
|
"active": 0,
|
|
"max": 1
|
|
},
|
|
"session": {
|
|
"number": 11,
|
|
"started_at": "2026-01-20T12:45:59.858836"
|
|
},
|
|
"last_update": "2026-01-20T13:09:16.962328"
|
|
} |