v3.2.0
Version 3.2.0
Note: In the near future, all reports will require version 4.7 of the Wait Wait Stats Database and all reports that make use of panelist scores will be based on decimal score columns. Code paths that check for use of the decimal scores columns will be updated to remove references to the non-decimal score columns.
Application Changes
- Wrap all report description on Guests, Hosts, Locations, Panelists, Scorekeepers and Shows index pages in
p
tags for consistency - Break out the "Best Of/Repeat" column into "Best Of" and "Repeat Of" columns, where the "Repeat Of" column will show the original show date for repeat shows
- Display the original show date instead of
True
for repeat shows - For columns that previously displayed
True
orFalse
, replaceFalse
with a hyphen to reduce visual noise - Adding new or updating existing reports
- Use Bootstrap Accordion component to streamline reports with multiple, large tables
- Update report descriptions for more consistent use of terms
- Match the report descriptions listed each section index page with the description in each report
- Remove card header for cards that include forms
- Update margin consistency between report descriptions, form cards and generated report results
- Guests
- Fix: Filter out entries with guest slug of
none
- Update: "Not My Job Scoring Exceptions" is now sorted by show date rather than by Not My Job Guest name
- New Report: "Appearances by Year"
- New Report: "Not My Job Guests with Missing Scores"
- New Report: "Wins by Year"
- Fix: Filter out entries with guest slug of
- Hosts
- New Report: "Appearance Counts by Year"
- New Report: "Appearance Counts by Year: Grid"
- New Report: "Appearances by Year"
- New Report: "Debuts by Year"
- Locations
- Update: Add "Home/Remote Studios" column
- New Report: "Recording Counts by Year"
- New Report: "Recordings by Year"
- Panelists
- Update: "Appearance Counts by Year: Grid" report now includes both regular and all appearances to match the hosts and scorekeepers reports of the same name
- Update: "Appearances by Year" report renamed and relocated to "Appearance Counts by Year: Grid" to match the naming convention for the corresponding hosts and scorekeepers reports
- Update: "Bluff the Listener Statistics by Year" report renamed and relocated to "Bluff the Listener Panelist Statistics by Year"
- New Report: "Appearances by Year"
- New Report: "Appearance Counts by Year"
- New Report: "Bluff the Listener Statistics by Year"
- New Report: "Highest Average Correct Answers by Year"
- New Report: "Highest Average Scores by Year"
- New Report: "Most Chosen Bluff the Listener Story by Year"
- New Report: "Most Chosen Correct Bluff the Listener Story by Year"
- New Report: "Most Correct Bluff the Listener Story by Year"
- New Report: "Most Wins by Year"
- New Report: "Statistics Summary by Year"
- Scorekeepers
- New Report: "Appearance Counts by Year"
- New Report: "Appearance Counts by Year: Grid"
- New Report: "Appearances by Year"
- New Report: "Debuts by Year"
- Shows
- Update: Add "Best Of" and "Repeat Of" columns to the following reports:
- "Show Descriptions"
- "Show Notes"
- New Report: "Best Of Shows"
- New Report: "Repeat Best Of Shows"
- New Report: "Repeat Shows"
- Update: Add "Best Of" and "Repeat Of" columns to the following reports:
- Add missing configuration handling for the following settings:
block_ai_scrapers
use_minified_css
- Update change frequency value from
daily
toweekly
in the sitemap.xml templates - Added reports from version 3.1.0 to the respective sitemap templates
Component Changes
- Update wwdtm-theme submodule to include accordion component styling and customizations
Development Changes
- Upgrade ruff from 0.9.4 to 0.9.6
- Added test case for
errors.not_found
Pull Request(s): #58
Full Changelog: v3.1.0...v3.2.0