Bug #4943
Change the structure of pick-up data
Start date:
Due date:
% Done:
0%
Estimated time:
Milestone:
Sprint 29 Tukxi Ride 2025 Apr 02 to June 27
Branch name:
Description
Change the structure of pick-up data in the field tMessage in the table passenger request.
Updated by Anandhu P Kumar 9 months ago
- Status changed from In Progress to Resolved
Changed the structure of the pickup data to following,
[
{
"userId": "298",
"pickupData": {
"distance": "0.2 km",
"duration": "1 min"
}
},
{
"userId": "271",
"pickupData": {
"distance": "1.5 km",
"duration": "3 min"
}
}
]