lockwise-ios icon indicating copy to clipboard operation
lockwise-ios copied to clipboard

Error states

Open sandysage opened this issue 5 years ago • 5 comments

When I go to edit an existing credential or create a new one, I want to know when I’ve either missed a required field or entered incorrect data. I don’t want to save information that isn’t useful to me when I next go to log into that account.

Requirements

  • Should detect and then serve an error message when nothing OR an invalid URL is entered into the web address
  • Should detect and then serve an error message when nothing is entered into the password field
  • Error messages should provide helpful guidance for correcting the data

Designs

  • HTTP Error: https://zpl.io/VQvdB45
  • Blank Fields Error: https://zpl.io/2j57Qd6

sandysage avatar Apr 19 '19 15:04 sandysage

@sandysage does the error message show & hide when the user taps save or is there an element of live feedback. For example if the user does not enter a url - hits save sees an error message does it stay until save is tapped again?

joeyg avatar Jun 30 '19 15:06 joeyg

@joeyg it would be great to have error validation check and display once the field's focus has been left, so we could make the check client side rather than having to wait for submission.

We would clear the validation once the field has been filled and requirements satisfied (like entering http)

changecourse avatar Jul 11 '19 16:07 changecourse

Updated description above to include Zeplin links for corresponding designs.

changecourse avatar Jul 11 '19 16:07 changecourse

@changecourse thanks for the updates! Any chance I could get the icon for the error state?

joeyg avatar Jul 12 '19 18:07 joeyg

Alert.zip

changecourse avatar Jul 12 '19 19:07 changecourse