ggascoigne / amber

https://amberconnw.org
MIT License
3 stars 0 forks source link

Game full should be able to take from game assignments #104

Open evoskamp opened 1 year ago

evoskamp commented 1 year ago

It should also show in the game book

ggascoigne commented 1 year ago

What specifically do you mean here?

I certainly think that during game signup it would be useful to display "game full", and we can do that. Is there more?

evoskamp commented 1 year ago

If you set the flag on the game it displays it during game choices. But it'd be nice to show it in the game book as well, so people can see whether or not they want to sign up (late). We get that every year.

And, like today, someone dropped out, and two, three games opened up that are pretty popular.

Some of it is also I don't want to have to set the flag: just count of players from game assignments against the max should do

evoskamp commented 7 months ago

A trigger on game assignments should do the trick. Count game assignments that have gm = 0 and if it equals or exceeds the max player, set the Full flag.

I don't know that I'd want to unset the Full flag: at ACUS we set it manually on GM request.