Bug #3206
Issue in getDriverStates API
Added by Shalu T S over 1 year ago.
Updated over 1 year ago.
Milestone:
Sprint 22 Tukxi Ride 2024 Aug 01 to Aug 31
Branch name:
sprint-22_shaheel_3206
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\"}"
- Milestone deleted (
Sprint 22 Tukxi Ride 2024 Aug 01 to Aug 31)
- Milestone set to Backlog
- 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
- Branch name set to sprint-22_shaheel_3206
- Status changed from New to Feedback
NEED TO CONFIRM WHICH DOCUMENTS HAVE mandatory -> ASK TO MARKETING TEAM
ALTER TABLE `ridedoot_mine`.`document_master`
ADD COLUMN `eMandatory` ENUM NOT NULL DEFAULT 'yes' AFTER `country`;
ALTER TABLE `ridedoot_mine`.`document_master`
ADD COLUMN `eMandatory` ENUM NOT NULL DEFAULT 'no' AFTER `country`;
- Status changed from Feedback to In Progress
- Due date set to 09/11/2024
- Status changed from In Progress to Resolved
- Status changed from Resolved to QA Ready
- Status changed from QA Ready to QA Passed
Only after uploading the mandatory documents uploaded successfully ' passed in stage '
- Status changed from QA Passed to Closed
Also available in: Atom
PDF