ivanchenoweth / poc-dashboard-iot

Probe of concept of simple admin iot dashboards
1 stars 0 forks source link

Login Screen #2

Open ivanchenoweth opened 2 years ago

ivanchenoweth commented 2 years ago

Make a Login screen.

We need to create a centred login screen (similar to the mockup)

  • Location: http://localhost/login (Web app only)
  • Binary location: <file system executable/projectIDE> (application)
  • The username and passwod have to be mandatories but "remember me" checkbox is optional,
  • If some field is missing or email is not valid or if username length is greater of 25 or less than 8 then : Send a message "incorrect email and password" (mockup)
  • Redirect the login to Location: http://localhost/signin if the input are ok, in order to be ready to proccess

Acceptance criteria (AC)

  1. We need to be able to visualize the 'Login' page in the URL Location (like the mockup is showed when the application starts)
  2. We need to able to input type the user and password, to access the system
  3. We need to send a error message (mockup) when username or password are missing, or email is not valid or the username is less than 8 characters or more than 25 characters when the "log in" button is pressed
  4. The "Remember me" checkbox is optional.
  5. Show the Mockup logo (any logo) 320px and 500px wide

BDD :

NOTE:

DOR:

Mockup: Login

ivanchenoweth commented 2 years ago

TECHNICAL TASKS

These are at least tasks splitting have to be included: