symedley / ProgramManagementTasksForWWCode

My personal kan ban board of program management tasks that I need to track or do
0 stars 0 forks source link

what are the final error messages for login path. I think this counts as "unhappy path" so maybe that's not being worked on yet. Verify. #24

Open symedley opened 3 years ago

symedley commented 3 years ago
  1. In the login page and registration page, what are the final error messgages expected ? Also when will the submit button be enabled ?

this was touched on in the FE review meeting. Who's working on this? What's the outcome?

symedley commented 3 years ago

Investigating where login messages for login path are.

[EPIC] User Login/Logout Happy Path Experience #1|(https://github.com/WomenWhoCode/WWCode-SV/issues/1)

  1. User Login Form #12 https://github.com/WomenWhoCode/WWCode-SV/issues/12 1.1 has Login Validations, but this is just for FE validations. Doesn't include what happens if BE returns an error. 1.2 Also, shouldn't the FE give some sort of time-passing indication while waiting for BE response? Otherwise, user will not be able to tell if the login request was sent and will get antsy, clicking login over and over. User Logout #15

[EPIC] User Login/Logout Unhappy Path Experience #26 https://github.com/WomenWhoCode/WWCode-SV/issues/26 1. How to handle error response from server could be here in unhappy path, but it is not here either