This commit is contained in:
2019-04-08 21:20:48 +00:00
parent b758cdad9a
commit 75291261a5
4 changed files with 7 additions and 8 deletions

View File

@@ -25,10 +25,7 @@ Issues:
ISSUE: need to display multiple types of messages, best way to do that??
- DONE: Local validation errors - this works and is done
- DONE: Server errors - This works and is done
- Application errors
- Make them show with the server error box, rejig it as a generic error box
- App errors don't need to survive page reload or api call, if they are that serious then they would be notifications instead
- clearing server errors does not necessarily clear message box errors?
- DONE: Application errors
- Notifications, stuff that you want to know is there and can go and look at but isn't urgent enough to put in the users face
- Used for notification system, non-urgent system messages, direct messages from users etc, anything that isn't immediately important
- This seems like an application wide thing so maybe a bell icon that takes to another area of the program, or opens a div at the top or bottom of the page??