Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UX & UI - Error handling, validation & emergency exit #24

Open
3 tasks
Joepock123 opened this issue Sep 11, 2020 · 0 comments
Open
3 tasks

UX & UI - Error handling, validation & emergency exit #24

Joepock123 opened this issue Sep 11, 2020 · 0 comments
Labels
code-review enhancement New feature or request

Comments

@Joepock123
Copy link

  • This is more for future projects but error handling is an important feature for your users. This workshop from day 2 has some excellent guidance on how to signal to your user that something isn't working the way it should be.
  • You can also add validation to you forms and let the user know which fields are required, and perhaps some info on what the minimum criteria for the password is.
  • Again this is more for future projects when you are using routes to move between multiple pages but having a back/home button or 'emergency exit' is really important for a user:

every system should have a clearly marked “emergency exit” mechanism, that provides users with an easy way back after they find themselves in an unwanted state.

@Joepock123 Joepock123 added enhancement New feature or request code review labels Sep 11, 2020
@Joepock123 Joepock123 changed the title UX & UI - Error Handling, validation & Emergency exit UX & UI - Error handling, validation & emergency exit Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-review enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants