jdppettit / space-personal

A virtualization control panel written in Python
4 stars 5 forks source link

Errors/Messages #17

Closed jdppettit closed 9 years ago

jdppettit commented 9 years ago

Space is really bad at telling the user what is going on. Errors that are logged at tucked in the log which most people probably will not look at. We need to give the user feedback when things they do succeed or fail, and if it failed, tell them why in a message on the next page.

jdppettit commented 9 years ago

I ended up adding all the errors / messages to frame.html so we can pass in ?message=X or ?error=X to trigger a message and or error. The codes are:

https://github.com/silverp1/space-personal/wiki/Error---Message-Codes

jdppettit commented 9 years ago

Done in 0.1.2