SciGaP / simccs-maptool

Online maptool that provides novel decision-support capabilities for evaluating carbon capture, utilization and storage technologies (CCUS).
5 stars 0 forks source link

Add error handling to the Projects/Cases/Datasets UI #101

Closed machristie closed 3 years ago

machristie commented 3 years ago

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.

machristie commented 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: