jpschewe / fll-sw

FIRST Lego League scoring software
http://jpschewe.github.io/fll-sw/
GNU General Public License v2.0
10 stars 7 forks source link

Add tournament parameter for non-numeric awards given #1176

Closed jpschewe closed 2 months ago

jpschewe commented 5 months ago

This allows us to have all non-numeric categories in the challenge description, however not hand out certain awards at a tournament. This is particularly useful for keeping the same challenge description through the whole season.

The default is to hand out all awards.

jpschewe commented 2 months ago

Add a table non_numeric_masked_categories

Tournament parameters page has a table with check boxes for each category.

jpschewe commented 2 months ago

Working through this I remembered that this functionality already exists at report/awards/edit-categories-awarded.jsp, the information here just needs to be used everywhere rather than just the awards script.