zaknelson / hike.io

An AngularJS / Sinatra app for finding beautiful hikes.
hike.io
MIT License
221 stars 30 forks source link

Better user feedback when errors occur. #8

Closed zaknelson closed 10 years ago

zaknelson commented 10 years ago

Any time the frontend makes a call to the backend is an opportunity to fail, currently only logging the problems, not showing any useful UI.

zaknelson commented 10 years ago

This may be it's own issue, but catching errors on the client has variable support across browsers and could be cleaned up with some work. For example, all the browsers support required fields, but not all support numeric inputs, or min / max.