pittcsc / PantherView

Spring semester Open Data club project: PantherView
http://pittcsc.org/PantherView/
MIT License
24 stars 24 forks source link

Notifications of errors with requests and retrying requests #110

Closed mbilker closed 7 years ago

mbilker commented 7 years ago

I am trying to utilize the recently merged #94 to handle when notification to the user that an error occurred while trying to retrieve data from the various data sources. This allows for the user to either re-request the data from the data source or just ignore it. Right now it just displays the errors in the three places that error handling occurs.

Looking for feedback and ways to move this forward.