Closed machristie closed 3 years ago
The main Django portal code uses NotificationsDisplay to display unhandled errors. I'm working on reusing that UI component in the SimCCS projects UI.
I've found https://github.com/payfind/shop2shop-vue-components as a good example of how to configure Vue.js components for building them as a library.
Still to do:
Display errors when they occur with the REST API calls. Shouldn't be any silent errors so that users at least know when there is an error.