Sie sind auf Seite 1von 11

Contents

Bug ID CI001.................................................................................................................................... 1
Bug Name..................................................................................................................................... 1
URL............................................................................................................................................ 1
Severity HIGH................................................................................................................................ 1
Problem......................................................................................................................................... 1
Bug ID CI02...................................................................................................................................... 1
Bug Name..................................................................................................................................... 1
URL............................................................................................................................................ 1
Severity HIGH................................................................................................................................ 2
Problem......................................................................................................................................... 2
Enhancement................................................................................................................................... 2
Bug FONT SIZE in customer section................................................................................................. 4
Bug on title value of label................................................................................................................. 6
Date of entry - Date of arrival................................................................................................. 6
Visa type at entry Visa type at arrival.................................................................................... 6
BUG ID BUTTONADD01..................................................................................................................... 6
Steps............................................................................................................................................. 6

Bug ID CI001
Bug Name
Error message on the user interface when the user go to the customer information page
URL
http://localhost/webclient/customer-information.php

Severity HIGH
Problem
There is an invalid variable highlighted below is blue seen when the user goes and check out that

Solution : It should not be shown.

Bug ID CI02
Bug Name
User is able to view or access the customer-information page without login.
URL
http://localhost/webclient/customer-information.php

Severity HIGH
Problem
Currently, the user is directly able to access the page without login . This is a problem.
Solution : The direct access to the page without login is not allowed.

Solution : The user needs to be redirected to the login page.

Enhancement
In the details section of customer Information page.
When the user select YES in the radio button in the field Did you applied to become a lawful permanent
resident status in the U.S. ?

Then
We need to ask next question
Enter permanent residency application information, date, type
And provide a text are next to it

Have the tool tip as Provide information regarding your permanent resident status, date of the application, status of the
application, etc.

Have the input value hint example as date of the application, status of the application, forms
submitted
Sample Form for UI
https://form.jotform.com/62856345221152
https://form.jotform.com/62856345221152
Source code refer to the zip file test_62856345221152_source.zip

Take the values entered by the user and pass in the JSON field name
"green_card_explain" : "Applied gc when came usa on date jan 08, 2010 sposher father"

Sample JSON BODY


{
"present_address_usa":
{
"delivery_address_line_1":"3564 Briarbrook Ct",
"delivery_address_line_2":"3564 Briarbrook Ct",
"city":"San Jose",
"state_province":"CA",
"postal_code":"85452",
"country":"USA"
},
"foreign_address":
{
"delivery_address_line_1":"98 Gulbhai Thekra",
"delivery_address_line_2":"98 Gulbhai Thekra",
"city":"Ahmedabad",
"state_province":"GJ",
"postal_code":"232352",
"country":"IND"
},
"filing_status":"S",
"claim_dependent" : true,
"itin_number": "98981616AZ1",
"social_security_number" : "123-23-1234",
"date_entered":"01/28/05",
"visa_date_change":"01/28/05",
"visa_type":"F-1",
"were_green_card": true,
"were_us_citizen": true,
"applied_green_card": true,
"green_card_explain" : "Applied ggor gc when came us s"
}

Bug FONT SIZE in customer section


Change the font size of the highlighted green task

To more bold, apply the same font as used in the details section as shown below

Current implementation is below

The font to be changed as instructed

Bug on title value of label


The text label to be change
Date of entry - Date of arrival
Visa type at entry Visa type at arrival

Change it to following

BUG ID BUTTONADD01
Steps
First time user (new customer)
Register,
Login
And click on customer information
Click on the visa history in USA

Select the visa type

And click on the button


After than it will do following

There should NOT BE the add button once the user have added the values (Made the post
request)
Solution : Remove the add button when the user have already added the values
The ADD BUTTON should only come when the user click on the edit button

Customer Relative section


BUG CUSTOMER-RELATIVE-SSN1
URL http://localhost/webclient/customer-relative.php

Steps
Login into the system
From dashboard go to the relative section
Enter values
When the user select Yes on the question Do this relative has Social Security Number ? *
The user must enter the value in Enter the social security number
Currently: If the user DO NOT enter the value, it is allowed. We must mention the user to enter the social security number
if YES is selected in the question Do this relative has Social Security Number ? *
If the user select No in the question
We do not require user to enter the value in the Enter the social security number

BUG CUSTOMER-relative-ITIN2
URL http://localhost/webclient/customer-relative.php

Steps
Login into the system
From dashboard go to the relative section
Enter values
When the user select Yes on the question Does this relative have ITIN Number ? *
The user must enter the value in Does this relative have ITIN Number ?
Currently: If the user DO NOT enter the value, it is allowed. We must mention the user to enter the social security number
if YES is selected in the question Does this relative have ITIN Number ? *
If the user select No in the question
We do not require user to enter the value in the Enter the ITIN number

Das könnte Ihnen auch gefallen