Releases: TabbycatDebate/tabbycat
Releases · TabbycatDebate/tabbycat
Manx (2.4.0)
- Created an application programming interface (API) for most aspects of Tabbycat
- Filtered the home page for active tournaments with a new page to list inactive ones
- Added support for Simplified Chinese, Bengali, Malay, Russian, and shortened the language selector
- Renamed 'test score' to 'base score', as well as 'venue' to 'room'
- Deprecated and removed divisions-specific features
- Added a 'URL' field to Rooms. When a room is publicly displayed it will then present the nominated URL. This is designed so that you can more easily host online tournaments, but may also have use in other scenarios - e.g. linked to a per-room map.
- The 'Feedback explanation' preference now uses a full text area for easier text formatting
- Changing the sorting on debates in allocation views now only sorts once, so changing importances will no longer re-order the list immediately (#1275)
- Added room ranks to the Edit Adjudicator UI during elimination round, including sorting by room rank (#1454)
- Enabled debates to be sorted by the sum liveness of teams present
- Moved the 'Edit Database' menu item to the dropdown with the logo in the admin navigation
- Pull-ups can now be restricted to teams with the lowest draw strength (by speaker or team points) of their bracket
- Added team standing metrics: number of pull-ups, and draw strength by speaker score
- Extended draw strength so that it works for BP (#1071)
- Added the new emoji from Unicode 11 — thanks to Viran Weerasekera for this addition!
- Added toggle to hide adjudicators on the draw release page
- Separated private URL printing pages into teams and adjudicators
- Applied 'Show adjudicator institutions' preference to more cases; so if turned off, they should be hidden from public everywhere
- The Edit Venues screen now shows highlights for priority and venue category
- Tweaked the display of tables on mobile devices — they should now more reliably show a full BP draw without horizontal scrolling
- Grouped adjudicators by round when submitting feedback — reduce the length of the text shown in selector
- Fixed internal server error when standings precedence is empty (#1108)
- Fixed issue causing crashes when trainees were demoted after results were entered (#922)
- Fixed issue where who-beat-whom would include elimination rounds (#1073)
- Fixed issue causing even panels to be missed for user warnings (#1465)
- Stopped actively maintaining local installation instructions for Windows
2.3.3
- Fixed issue where the ballot graph would ignore draft ballots getting confirmed
- Fixed team draw notifications failing due to an unexpected variable
- Fixed ballot receipts not showing decimal speaker points
- Fixed issue where Docker installs would compile without css/javascript; breaking many pages
2.3.2
- Fixed issue where teams would appear to be unavailable in break rounds
- Other minor fixes
2.3.1
- Fixed issue where the institutions list would count teams/adjudicators outside of the tournament
- Fixed issue where a rejected ballot form would crash rather than providing an error message
- Fixed issue where the javascript bundle would not build on a local windows install
- Fixed issue where the adjudicator record pages would show an unreleased motion if that round's draw was released
LaPerm (2.3.0)
- Added a preformed panel system which provides a powerful take on a 'shadow draw' workflow
- Shadow draw systems allow an adjudication core to form panels prior to a round being drawn. For example, the panels for Round 4 could be formed while Round 3 is taking place. Most implementations do so by having the tab system create a copy of the Round 3 draw, form new panels on top of it, and then transpose these panels onto Round 4. In large tournaments this workflow allows an adjudication core much more time to consider panel formation
- Tabbycat's preformed panels are formed per-round under a section available under the Setup menu. This interface looks like the standard Edit Adjudicators interface, but the 'debates' shown are based on a simulation of that round's results. These fake debates can then be prioritised
- Adjudicators can then be allocated to those fake debates in order to create a pre-formed panel. When the real draw is ready to be created, the priority of each preformed panel will be matched to the priority of the real debates
- By using the existing per-debate priority system, and by giving pre-formed panels their own priority, this workflow allows for very fine amounts of control over exactly how preformed panels are allocated as compared to a more simple top-down transposition of panels. Adjudication cores can easily target general areas of the draw (e.g. break-threshold brackets); control adjudicator strength within and across panels; and still account for special cases where a debate requires a particularly strong panel. At the same time, our existing options for automatic prioritisation and automatic allocation apply to all steps of this process so that preformed panels can be created and deployed rapidly
- Rewrote the Edit Adjudication, Venues, and Teams pages to enable a number of enhancements
- These pages now live-update changes that were made on other instances of that page. As a result, users on different computers can each open the Edit Adjudicators page and see the changes made by the other users. This feature, along with sharding, should make it easier than ever to distribute the task of adjudicator allocation across an entire adjudication core
- A new interface layout should better maximise space, particularly in BP settings, while also increasing the font size of key information
- The unused panel is now able to sort adjudicators by name, score, or drag order
- Average scores for all adjudicators, and a voting majority, are now shown next to the panel
- Various allocation-relevant settings, such as the minimum feedback score needed for a voting position, are now available inline on the allocation page itself. This should enable much faster tweaks/iterations of these values
- The ballot entry page will now indicate which teams have currently or recently given 'iron person' speeches so that these can be easily tracked, audited, and confirmed. It does show by showing both a text-highlight/icon in the table and in a dedicated modal window. Thanks to Étienne Beaulé for contributing this feature!
- Split up the Django settings files. Note that this means if you are upgrading a local install of Tabbycat to this version you will need to:
- Copy
tabbycat/settings/local.example
to becomelocal.py
(and fill in your original database details) - Optional: repeat the same copying procedure for
development.example
and set theLOCAL_DEVELOPMENT
environmental variable toTrue
if you would like to use the settings designed to aid local development
- Copy
- A range of improvements to the email notifications contributed by Étienne Beaulé:
- Ballot receipt emails now provide more information about team scores/points
- Emails are now in a rich-text format
- Custom emails may be sent out to select participants through the web-interface
- Participants can be specifically included or excluded from receiving a notification before sending with checks for duplicate messages
- Teams can be sent emails with their draw details
- Emails can be tracked to determine if sent or read (SendGrid-specific)
- Expanded the use of private URLs (Encore Étienne Beaulé):
- QR codes are now included in addition to the URL when printing private URLs
- Private landing pages will now display check-in status (if check-ins are used) along with further details regarding break categories, regions, etc.
- Current and former draw assignments will display along with submitted ballots (for adjudicators) on landing pages
- Reworked how conflicts are determined to support double-past institutional conflicts:
- Added a "team-institution conflict" model
- Like adjudicator-institution conflicts, team-institution conflicts are automatically created if you use the simple importer or the command-line importer; but if you edit the database, it's your responsibility to add/edit them
- Institutional affiliations no longer matter for determining conflicts for either teams or adjudicators; only institutions listed in the team's or adjudicator's conflicts matter
- An adjudicator/team now conflicts with an adjudicator if any institution appears as an institutional conflict for both parties
- When printing scoresheets you can now edit the motions display just on that printing page. This allows you to use placeholder motions in Tabbycat (in order to prevent leaks) while still producing ballots with the correct motions
- Tabbycat no longer tracks which round is the 'current' round and instead tracks the completion of individual rounds. This change does not alter any existing workflows, but makes it easier to run simultaneous draws in out-rounds
- Info-slides can now be split into paragraphs
- Check-in pages now differentiate between teams with 1 and 2 checked-in people in two-team formats
- Institutional caps in breaks can be based on the number of teams in the break. Thanks to Viran Weerasekera for this feature!
- Several Tabbycat functions, adjudicator/venue allocation and email notifications, have been shifted to worker processes to help make them more reliable. If you are upgrading a Tabbycat instance that you will continue to use for new tournaments you will need to install the Heroku toolbelt and run
heroku ps:scale worker=1
- Upgraded to Python 3.6, dropped support for Python 3.5 and below. Note that this will require you to upgrade your python versions if running locally.
2.2.10
- Fixed the display of feedback quantities on the Feedback Overview Page
- Fixed issue where 'ignored' feedback would hide the result from the feedback graph but not affect an adjudicator's current score. Thanks to Étienne for this fix
2.2.9
- Fixed an issue that could cause errors for tournaments when using an atypical number of rounds and break sizes. Thanks to Étienne for this fix
- Fixed an issue where the display of adjudicator's record links would display their name twice
2.2.8
- Fix issue where the check-in buttons were always disabled on admin and assistant pages
- Other minor fixes. Thanks to Étienne for these and for the check-in button fix!
2.2.7
- Lock redis-py version to 2.10.6, as workaround for compatibility issue between django-redis and redis-py
- Fix login link on page shown after a user logs out
2.2.6
- Fix issue where check-ins could not be revoked
- Fix issue where the standings overview 'dashboard' included scores from elimination rounds. Thanks to Étienne for this fix
- Fix issue where the Average Individual Speaker Score metric would fail to calculate in some circumstances. Thanks to Étienne for this fix
- Fix issue where draw emails would crash if venues were unspecified. Thanks, again, to Étienne for this fix!