Skip to content

Conversation

@marcoacierno
Copy link
Member

Add the ability to filter proposals by submission type (talk/workshop) in the review recap screen.

Closes #4537

Generated with Claude Code

Add the ability to filter proposals by submission type (talk/workshop)
in the review recap screen. This includes:

- Add submission_types to the template context in admin.py
- Add filter UI with checkboxes for each submission type
- Store typeId in JavaScript data for each submission
- Unify all filters (reviews count, status, type) into a single
  applyFilters function for combined filtering

Closes #4537

Co-authored-by: Marco Acierno <[email protected]>
@vercel
Copy link

vercel bot commented Jan 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
pycon Ready Ready Preview Jan 19, 2026 6:09pm

@codecov
Copy link

codecov bot commented Jan 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.43%. Comparing base (f74c682) to head (c9350a9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4540   +/-   ##
=======================================
  Coverage   94.43%   94.43%           
=======================================
  Files         352      352           
  Lines       10162    10162           
  Branches      738      738           
=======================================
  Hits         9596     9596           
  Misses        468      468           
  Partials       98       98           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ability to filter by talk and proposal in the proposal review recap screen

2 participants