CR #3399
Bug #3316: Tukxi Server Rider:- Design New Architecture using node
Service Rider:- sendRiderLoginOTP restructuring using node
0%
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
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.
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
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"
}
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
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
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
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.
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.