WardCunningham / remodeling

The original wiki rewritten as a single page application
927 stars 99 forks source link

handle ajax errors, possibly precheck urls #9

Closed WardCunningham closed 8 years ago

WardCunningham commented 8 years ago

We currently stall at a white page when our ajax request fails.

http://c2.com/wiki/remodel/?Egoless%20Language%20Design

We should at least show a spinner while fetching and an error when it fails. Better yet, we could examine names.txt and avoid requests expected to fail or translate them into the most likely intended request based on some practical heuristic.

WardCunningham commented 8 years ago

Will save the heuristics for later.