Project

General

Profile

Actions

Feature #1441

closed

Feature #1002: Feature - User access to the app.

Feature #1005: Req. - User registration in the App (Registration screen):

Feature #1156: Req. - real time fields validations

Req. - real time fields validations - back-end part

Added by Olga Bakhmat almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Alice Gor
Category:
-
Target version:
-
Start date:
01/28/2020
Due date:
% Done:

100%


Description

As per discussion with Vladimir, we will send phone number in a format "+79200110788" where
"+" - required letter
"7" - is a country code
"920" - area code
"0110788" - phone number
front end logic will populate result string and send it in the specified format

Actions #1

Updated by Olga Bakhmat almost 6 years ago

  • Description updated (diff)
Actions #2

Updated by Olga Bakhmat almost 6 years ago

  • Description updated (diff)
Actions #3

Updated by Olga Bakhmat almost 6 years ago

  • Status changed from New issue to Needs Testing
  • % Done changed from 0 to 100
Actions #4

Updated by Artem Bakhmat almost 6 years ago

  • Assignee changed from Artem Bakhmat to Alice Gor

Summary:

  • npi should have 10 length, only digits. If not valid then messages "The NPI should be 10 digits" or "NPI should contain only digits" are returned
  • verifyCode should have length 10 symbols and contain only digits. If not valid then messages "Key_code should contain only digits" or "The Key_code should be 6 digits" are returned
  • phone number should have lenght 12 symbols with format +[countryCode][area code][phoneNumber]. Example - "+79200110798". If not valid then messages "The phone number should be 12 characters long." or "Phone number should match format +XXXXXXXXXXXX" are returned.
  • username should have length from 6 to 15 symbols and contain only alphabetical and underscore symbols. If not valid then messages "The username must be at least 6 and at max 15 characters long." or "Username should only contain alphanumeric and underscore letters" are returned.
  • password should have lenght from 8 till 50 symbols and contain upper, lowercase and number letters. If not valid then message "Password must contain at least 8 characters including UPPER/lowercase and numbers" is returned.
Actions #5

Updated by Alice Gor almost 6 years ago

  • Status changed from Needs Testing to Closed

The API is Verified in DEV ( Swagger UI)

Actions #6

Updated by Alice Gor almost 6 years ago

  • Status changed from Closed to In Progress
Actions #7

Updated by Alice Gor over 5 years ago

  • Status changed from In Progress to Closed

The API is tested and verified in DEV

Actions

Also available in: Atom PDF