CIA-Homebrew / BJCP-Scoresheet

Digital form of BJCP scoresheet for beer judging.
GNU General Public License v3.0
8 stars 5 forks source link

Front end error handling #132

Open prphntm63 opened 3 years ago

prphntm63 commented 3 years ago

If any fetch/ajax API call fails, show a banner or toast alerting the user to the implications of the failure, if necessary.

For example, if a user is filling a scoresheet and the updateScoresheet POST call suddenly starts returning a 401, alert the user their session has expired and they need to log in again. Etc.