MyHomeworkSpace / client

The MyHomeworkSpace client.
MIT License
4 stars 4 forks source link

Dashboard view should display errors #161

Open thatoddmailbox opened 4 years ago

thatoddmailbox commented 4 years ago

Right now, if you check off some homework on Dashboard and the API request fails, you don't get any notice of it. This isn't super common, and basically only happens if there's no Internet or your session expired, but it's still a situation we should handle. I think that code is still going out through the MyHomeworkSpace object craziness, so that might need to be resolved first...

More importantly though, I'm not totally sure where we'd even put the message in the first place.