louiiuol / jar-it

🤭 Turn those nasty habits on occasion to support associations you care about! 👐
https://louiiuol.github.io/jar-it/
GNU General Public License v3.0
2 stars 0 forks source link

[JAR-07] Profile #11

Closed louiiuol closed 4 years ago

louiiuol commented 4 years ago

Display user profile & update informations

AS Maria , basic user I WANT TO view my profile SO THAT I CAN visualize or update user's information

Functional specifications (VIEWS)

image

Form rules:

Field Placeholder Pattern Required Constraints
username username alpha-numeric size(6-12) - unique
email example@mail.com email size(?-60) - unique - email
birth date min majority date Date must be adult
avatar "unknown" picture icon-picker must be contains in avatars' list
password *** alpha-numeric size(6-20) StrongPassword*
confirm password *** alpha-numeric "password" must match
usage terms unchecked slider-toggle must be checked

StrongPassword*: the input must contains at leat 1 upper & 1 lower character, and 1 digit

Acceptance criteria

*must be confirmed by a password re-typing

louiiuol commented 4 years ago

Resolved by #18 & #19