Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

Registration Page

Michał B edited this page Feb 11, 2018 · 3 revisions
Step Action Expected result
1. Layout
  • Same as for the home page
2. Content
  • It is responsive
  • It has an inscription
  • It has 5 text fields for entering data
  • It has a checkbox to indicate acceptance of the regulations
  • It has a label with a description for the checkbox
  • Has a checkbox to consent to the processing of personal data
  • It has a label with the description of the above checkbox
  • Has a "register" button
3. Textbox: Registration
  • It is responsive
  • It is located above the registration form
  • Is white
  • Is aligned to the left (like the inscription in the rules view)
4. Textbox: Login
  • It's responsive
  • It is a required field
  • Has a minimum length of 6
  • Has a maximum length of 25
  • Has a placeholder "Login"
5. Textbox: Email
  • It's responsive
  • It is a required field
  • Has a minimum length of 7
  • Has a maximum length of 50
  • Has a placeholder "Email Address"
  • Is an email type
6. Textbox: Phone number
  • It's responsive
  • It is a required field
  • It has a minimum and maximum length set to 9
  • Has a placeholder "Phone number"
7. Textbox: Password
  • It's responsive
  • It is a required field
  • Has a minimum length of 8
  • Has a maximum length of 50
  • Has a placeholder "Password"
  • It's a password type
8. Textbox: Repeat password
  • It's responsive
  • It is a required field
  • Has a minimum length of 8
  • Has a maximum length of 50
  • Has a placeholder "Repeat password"
  • It's a password type
9. Checkbox for acceptance of the regulations
  • It's responsive
  • It is a required field
  • Default is set to false
10. Label for acceptance of the regulations
  • It's responsive
  • It is on the right from the checkbox or just below it (depending on the width of the screen)
  • Contains the inscription "I declare that I have read the regulations of the Automobile Service portal and accept its content."
  • The words "Regulations of the Automobile Service portal" are hyperlinks to the regulations view
11. Checkbox for the processing of personal data
  • It's responsive
  • It is a required field
  • Default is set to false
12. Label for the processing of personal data
  • It's responsive
  • It is on the right from the checkbox or just below it (depending on the width of the screen)
  • Contains the text "I consent to the processing of my personal data by the Automobile Service Team in order to use the Automobile Service website."
13. Button: Register
  • It's responsive
  • Has the word "Register"
  • It is aligned to the left
14. Footer
  • Same as for the home page

General


Technical documentation

  1. Models
Clone this wiki locally