Project

General

Profile

Bug #4943

Change the structure of pick-up data

Added by Shalu T S 9 months ago. Updated 9 months ago.

Status:
Resolved
Priority:
Normal
Target version:
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.

#1

Updated by Anandhu P Kumar 9 months ago

  • Status changed from New to In Progress
#2

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"
}
}
]

Also available in: Atom PDF