codefordenver / hawthorn-client

Hawthorn is based on the concept of affinity groups, a group of individuals who come together around a shared experience, interest or common goal. With Hawthorn affinity groups, you are free to start or join conversations and share useful resources with people in your community.
http://hawth.org
Apache License 2.0
2 stars 1 forks source link

Handle server communication gracefully #19

Open trex opened 4 years ago

trex commented 4 years ago

Currently if the application cannot communicate with the server it will fail catastrophically, no useful information is rendered to the end user.

What should happen in failure cases? Right we are displaying messages like "I'm so very sorry, a real bad error occurred while adding your response".

This issue is related to #9