zieren / wasted-youth-tracker

Limit kids' time on their (Windows) PC and get a summary of the window titles.
GNU General Public License v3.0
5 stars 0 forks source link

Clean up message creation and error handling #90

Closed zieren closed 2 years ago

zieren commented 2 years ago

Messages about expired time or protocol errors should be created on the server and only displayed on the client.

The client should evaluate the response code. For a 404 or 408 (timeout) it needs to show its own message, but if it did get a response it should show that, as that is likely not transient.

zieren commented 2 years ago

Not doing this after all.