Gokilavani-m8 / Electo-care

0 stars 0 forks source link

Contact Management>Add New Contact #12

Closed Gokilavani-m8 closed 5 months ago

Gokilavani-m8 commented 6 months ago
  1. After entering the valid inputs on the fields and clicking on the Add icon, the new contact is added but the toast message is displayed as Failed to Add Contact .It should appear as Contact Added Succesfully.
  2. Contact Category - Need to represent the mandatory fields with an asterisk * symbol.
  3. Status - Need to represent the mandatory fields with an asterisk * symbol.
  4. Company Name - Need to represent the mandatory fields with an asterisk * symbol.
M8Balaji commented 5 months ago

2, 3, 4 - fields were not mandatory

M8Balaji commented 5 months ago

Fixed

Gokilavani-m8 commented 5 months ago

Spelling mistake is present in the word Sucessfully. Rename the toast message as Contact Added Successfully.

Gokilavani-m8 commented 5 months ago

Rename the FIRST NAME as Client Name

Screenshot (133)

@M8Balaji As you said Bug#2 is not mandatory field. While leaving the Contact Category field as blank, it has been highlighted. Is Bug#2,3,4 is Mandatory field or not

M8Balaji commented 5 months ago

4 - field not mandatory, Others I had to make it as required

Gokilavani-m8 commented 5 months ago
  1. Rename the Highlighted message as Contact Type is Required

Screenshot (152)

  1. Rename the Highlighted message as Client Name can only contain alphabets and spaces

Screenshot (163)

  1. Email - It's accepting without an extension.com/.in. Need to set the validation properly. While entering invalid email as inputs, it should be highlighted with an alert message. No highlighted message has displayed.
  2. Phone Number - It shouldn't accept special characters, alphabet, spaces & numbers less or more than 10 digits as inputs. While entering an invalid input, it should be highlighted with an alert message. No highlighted message has displayed. It shouldn't display as toast message

Screenshot (164)

M8Balaji commented 5 months ago

fixed

Gokilavani-m8 commented 5 months ago
  1. Email - While entering already existing email, it should be highlighted with alert message. No highlighted message has displayed
  2. Mobile No - While entering already existing Mobile no, it should be highlighted with alert message. It shouldn't display as toast message

Screenshot (186)

  1. While adding a new contact and click on the add icon, the toast message appeared as Failed to add contact. It should create a new contact

Screenshot (185)

M8Balaji commented 5 months ago

1, 2 - Currently not required like that 3 - Add option is removed for super admin, In admin we can add contact

Gokilavani-m8 commented 5 months ago

Pass