-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow judge to track which flags are returned #14
Comments
For now, I will implement this as a local front end feature. No scoring or syncing. Just a digital chalkboard. We can add MQTT support later as a low priority feature.
…-Murphy
On Mar 2, 2019, at 11:09, Tim Parenti ***@***.***> wrote:
Lower priority suggestion lifted from dev chat, S18:
Give the head judge checkboxes for the various red/yellow flags, counting from A to (X), based on the number of flags in the game? Optionally have a "simple scoring" mode where each letter has a fixed point value entered in and the console ties the published scores to those values as calculated by the app. Perhaps a further option to just use 1s throughout for linear flag-is-point stuff. Otherwise, if "simple scoring" is disabled, enable "custom scoring" or "hidden scoring" as they exist today.
Consider potential avenues by which the "flags remaining" information (or a summary thereof) could perhaps be securely transmitted to roaming judges, since it is often difficult to tell whether a game is close to ending or is running long.
Bonus points if checking the last flag on either side ends the game.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
michaelfelixmurphy
added a commit
that referenced
this issue
Mar 4, 2019
Nothing is synced over MQTT or to the server database, but the state of the tabel is saved in the browser's local storage, so it persists across page loads. This does most of what I want for #14, but I will leave that issue open for the possibility of adding MQTT support or a scoring system.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lower priority suggestion lifted from dev chat, S18:
Give the head judge checkboxes for the various red/yellow flags, counting from A to (X), based on the number of flags in the game? Optionally have a "simple scoring" mode where each letter has a fixed point value entered in and the console ties the published scores to those values as calculated by the app. Perhaps a further option to just use
1
s throughout for linear flag-is-point stuff. Otherwise, if "simple scoring" is disabled, enable "custom scoring" or "hidden scoring" as they exist today.Consider potential avenues by which the "flags remaining" information (or a summary thereof) could perhaps be securely transmitted to roaming judges, since it is often difficult to tell whether a game is close to ending or is running long.
Bonus points if checking the last flag on either side ends the game.
The text was updated successfully, but these errors were encountered: