]> git.cworth.org Git - turbot/commitdiff
Add a multi-select round field to puzzle creation
authorCarl Worth <cworth@cworth.org>
Fri, 1 Jan 2021 01:00:33 +0000 (17:00 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 1 Jan 2021 05:47:32 +0000 (21:47 -0800)
Actually, there are two round fields. The first is a free-form text
field for a comma-separated list of rounds. Each of these rounds will
be added to the database as an item with only two attributes:

hunt_id: <HUNT_ID>
        SK: round-<ROUND>

The other field is a multi-select field populated with the names of
all rounds that already exist in the hunt. This makes for easy
selection without having to worry about typing in names identical with
what others typed previously.


No differences found