Project

General

Profile

Bug #3206

Issue in getDriverStates API

Added by Shalu T S over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
08/19/2024
Due date:
09/11/2024
% Done:

0%

Estimated time:
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\"}"

#1

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
#2

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
#3

Updated by Jithin Kuriakose over 1 year ago

  • Branch name set to sprint-22_shaheel_3206
#4

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

#5

Updated by shaheel Navas over 1 year ago

ALTER TABLE `ridedoot_mine`.`document_master`
ADD COLUMN `eMandatory` ENUM NOT NULL DEFAULT 'yes' AFTER `country`;

#6

Updated by shaheel Navas over 1 year ago

ALTER TABLE `ridedoot_mine`.`document_master`
ADD COLUMN `eMandatory` ENUM NOT NULL DEFAULT 'no' AFTER `country`;

#7

Updated by shaheel Navas over 1 year ago

  • Status changed from Feedback to In Progress
#8

Updated by Jithin Kuriakose over 1 year ago

  • Due date set to 09/11/2024
#9

Updated by shaheel Navas over 1 year ago

  • Status changed from In Progress to Resolved
#10

Updated by Anupama P over 1 year ago

  • Status changed from Resolved to QA Ready
#12

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 '

#13

Updated by Shalu T S over 1 year ago

  • Status changed from QA Passed to Closed

Also available in: Atom PDF