ErisMik / Minutes-Made

Train ourselves and not the tech
3 stars 1 forks source link

[MM-PulpFree] Implement robust error handling system. #68

Closed MuchToKnow closed 5 years ago

MuchToKnow commented 5 years ago

Implement a more robust error system than throwing default errors. Mostly just want some framework to easily support adding and throwing error codes to the FE with descriptive error messages.

ErisMik commented 5 years ago

Can we also give it the ability to send positive responses to the frontend? At D-Wave we had this message modal, we just send the frontend a specific style of json as the response and it would flash either error or success with whatever message you wanted.