Project

General

Profile

CR #3399

Bug #3316: Tukxi Server Rider:- Design New Architecture using node

Service Rider:- sendRiderLoginOTP restructuring using node

Added by Anupama P over 1 year ago. Updated 10 months ago.

Status:
Resolved
Priority:
Normal
Target version:
Start date:
05/29/2025
Due date:
05/29/2025 (about 10 months late)
% Done:

0%

Estimated time:
Milestone:
Sprint 25 Tukxi Ride 2024 Nov 01 to Nov 30
Branch name:

Description

parameters.put("type", "sendRiderLoginOTP");
parameters.put("vPhone", phoneNumber);
parameters.put("countryCode", "+91");
parameters.put("vDeviceType", Utils.deviceType);
parameters.put("UserType", Utils.userType);
parameters.put("vCurrency", generalFunc.retrieveValue(Utils.DEFAULT_CURRENCY_VALUE));
parameters.put("vLang", generalFunc.retrieveValue(Utils.LANGUAGE_CODE_KEY));


Files

sendRiderLoginOtp (117 Bytes) sendRiderLoginOtp Anandhu P Kumar, 02/07/2025 01:46 AM

Impact Analysis

The datatype of the response data changed.(in php all the response are in the type string, it changed to corresponding datatypes) The request parameters changed to form-data to raw JSON data.

#1

Updated by Anupama P over 1 year ago

  • Milestone deleted (Sprint 23 Tukxi Ride 2024 Sept 01 to Sept 30)
  • Milestone set to Sprint 24 Tukxi Ride 2024 Oct 01 to Oct 31
#2

Updated by Anandhu P Kumar over 1 year ago

  • Status changed from New to Resolved
  • Impact Analysis updated (diff)

Implemented sendRiderLoginOTP in tukxi node.

URL - https://stageapi.tukxi.in/

parameters -

{
"vPhone": "9876543210",
"countryCode": "+91"
}

#3

Updated by Anupama P over 1 year ago

  • Target version changed from 1.0.5 to 1.0.7
  • Milestone deleted (Sprint 24 Tukxi Ride 2024 Oct 01 to Oct 31)
  • Milestone set to Sprint 25 Tukxi Ride 2024 Nov 01 to Nov 30
#4

Updated by Anupama P over 1 year ago

  • Assignee set to Anandhu P Kumar
#5

Updated by Anupama P over 1 year ago

  • Due date set to 10/04/2024
  • Start date changed from 09/19/2024 to 10/02/2024
#7

Updated by Anupama P 10 months ago

  • Subject changed from sendRiderLoginOTP restructuring using node to Service Rider:- sendRiderLoginOTP restructuring using node
  • Status changed from Resolved to QA Ready
#9

Updated by Shalu T S 10 months ago

  • Due date changed from 10/04/2024 to 05/29/2025
  • Start date changed from 10/02/2024 to 05/29/2025
#10

Updated by Firosha Fathima 10 months ago

  • Status changed from QA Ready to QA In Progress
#11

Updated by Firosha Fathima 10 months ago

  • Status changed from QA In Progress to Reopened

Service Rider:- sendRiderLoginOTP restructuring using node failed in falcon

1,Without filling the otp click on verify it shows as 'Can't communicate with server.....' instead of error message failed
2,During the registration process using the "Don't have an account" option, after the rider completes registration and reaches the home screen, a blank popup appears with an 'ok' button. failed

#12

Updated by Anandhu P Kumar 10 months ago

  • Status changed from Reopened to In Progress

The issue is calling api even if the otp is not entered. Need to add validation in the front-end.

#13

Updated by Anandhu P Kumar 10 months ago

  • Status changed from In Progress to Resolved
#14

Updated by Anandhu P Kumar 10 months ago

The second scenario is also a front-end bug; if any error occurs, do not land on the home screen.

Also available in: Atom PDF