Project

General

Profile

Bug #4779

Issue in node api integrations

Added by Anupama P 11 months ago. Updated 11 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Rahul C R
Target version:
Start date:
04/29/2025
Due date:
05/02/2025 (about 11 months late)
% Done:

0%

Estimated time:
Milestone:
Sprint 29 Tukxi Ride 2025 Apr 02 to June 27
Branch name:

Description

1. Issue: JsonSyntaxException during API call to "DisplayFare"

Cause: The variable fPickUpDriverCharge is declared as int, but it may contain decimal values. It should be declared as double or float.
Action Required: Please review other keys in the response that are declared as int and ensure their data types are corrected to avoid such exceptions.

2. Issue: Focus Issue After OTP Input

Description: After entering the OTP during login, the focus is incorrectly set on the "resend" field instead of the "verify" button.
Action Required: Update the focus behavior so that after entering the OTP, the focus is directed to the "verify" button.

3. Issue: Multiple Clicks on the Verify Button

Description: It is possible to click the "verify" button multiple times after entering the OTP, causing multiple API calls to be made.
Action Required: Restrict the clickability of the "verify" button until either the "resend" button is activated or the user is redirected to the next screen.

4. Issue: Delay After Clicking the Verify OTP Button

Description: There is a noticeable delay after clicking the "verify OTP" button before the user is redirected to the home screen. During this delay, the screen is freeze with no visible action.
Action Required: Investigate and address the delay to ensure a smoother transition to the home screen.

5. Issue: Home Screen Exits Unexpectedly

Description: After entering the home screen, the app exits without showing any error. However, upon relaunching the app, it works as expected. The issue occurs only the first time the app is opened.
Action Required: Investigate the cause of the app's unexpected exit when entering the home screen and resolve the issue. No crash occurs, but the app exits unexpectedly.

Also available in: Atom PDF