Added additional team fields including oncall backup manager and billing
Modified the BRB shortcut from 2 minutes to 5 minutes
Added a customer call shortcut button for when you get a phone call
Better console logging for websocket errors
1.3.*
Shortcut buttons to do multiple commands at once
Tweaks made to when to reconnect websocket
Added in phone icons
1.2.*
users were getting stuck on back from break and phone count was wrong. I think I found the error in my code and hoping the fix will help, if not put in additional console logging.
breaks now calculated every second instead of 10 times a second to make debugging easier if something goes wrong.
1.1.*
Brand new version numbering system, now this is actually being used live.
Added additional team selection items: PayGo and Oncall. Fixed capitilization on the other groups
Hopefully fixed bug where it just showed numbers instead of break time remaining for a user
If a user goes over their break, instead of showing -1 hours, it now just says: still on break
Ping was causing to much spam making debug hard. Slowed it down from 2 seconds to 3 seconds.
Increased timeout detection (for websocket drop) to 12 seconds
Removed several console.log() from client to make the console log less spammy.
Still trying to figure out phone count bug where it shows the wrong number. Added in console log entry "Phone bug issue: " to try and catch it
Check if user is considered active before trying to update them, this might fix the above bug...