Bug #3206
Issue in getDriverStates API
0%
Description
Issue with the "getDriverStates" API. The driver vehicle documents initially uploaded only one document. However, when we go back, the response indicates that the documents have been fully uploaded ("yes" value), which is inconsistent with the actual document count.
Response:-
"{\"TotalVehicles\":\"1\",\"Action\":\"1\",\"IS_DOCUMENT_PROCESS_COMPLETED\":\"No\",\"IS_VEHICLE_PROCESS_COMPLETED\":\"Yes\",\"IS_VEHICLE_DOCUMENT_PROCESS_COMPLETED\":\"Yes\",\"IS_DRIVER_PROFILE_PIC_UPLOADED\":\"No\",\"IS_DRIVER_STATE_ACTIVATED\":\"No\",\"IS_DRIVER_UPI_COMPLETED\":\"No\"}"
Updated by Shalu T S over 1 year ago
- Milestone deleted (
Sprint 22 Tukxi Ride 2024 Aug 01 to Aug 31) - Milestone set to Backlog
Updated by Jithin Kuriakose over 1 year ago
- Assignee changed from Jithin Kuriakose to shaheel Navas
- Start date set to 08/19/2024
- Milestone deleted (
Backlog) - Milestone set to Sprint 22 Tukxi Ride 2024 Aug 01 to Aug 31
Updated by shaheel Navas over 1 year ago
- Status changed from New to Feedback
NEED TO CONFIRM WHICH DOCUMENTS HAVE mandatory -> ASK TO MARKETING TEAM
Updated by shaheel Navas over 1 year ago
ALTER TABLE `ridedoot_mine`.`document_master`
ADD COLUMN `eMandatory` ENUM NOT NULL DEFAULT 'yes' AFTER `country`;
Updated by shaheel Navas over 1 year ago
ALTER TABLE `ridedoot_mine`.`document_master`
ADD COLUMN `eMandatory` ENUM NOT NULL DEFAULT 'no' AFTER `country`;
Updated by Firosha Fathima over 1 year ago
- Status changed from QA Ready to QA Passed
Only after uploading the mandatory documents uploaded successfully ' passed in stage '