tusmanakhter / MigrantHub

MIT License
4 stars 3 forks source link

Remove error page #180

Closed tusmanakhter closed 5 years ago

tusmanakhter commented 5 years ago

Errors should not bring you to a new page, for example, incorrect login should just tell the user that there is an error on the login page itself.

User gets frustrated that they keep having to go back a page on error such as login.

Story Points: 2 Priority: High Risk: Low

Tasks:

Mockup: Similar to this alert: image

Demo Steps: 1 - Navigate to sign in page and try to login with invalid account 2 - Error should pop up instead of going to an error page

tusmanakhter commented 5 years ago

This can be done on forms themselves or at the top of the page, we should make this consistent throughout the application. A container to display the error can be added to the page layout itself probably.

Position should be top middle

DevBlocAbdulla commented 5 years ago

Signed off