waldoCorp / easy-match

A website to help you and your partner find baby names you both love: https://easymatch.waldocorp.com/
https://easymatch.waldocorp.com/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Improve Connectivity Monitoring #122

Open bcerjan opened 4 years ago

bcerjan commented 4 years ago

Currently the site is not really tracking if AJAX calls are successful or not -- it just sort of assumes that they are/will be. This is particularly apparent on show_names.php but is also an issue on any page that uses AJAX.

Need to add better error handling and design a nice pop-up window or something that indicates that connectivity has dropped when we stop getting responses from the server.