Add submission type filter to proposal review recap screen#4546
Add submission type filter to proposal review recap screen#4546marcoacierno merged 2 commits intomainfrom
Conversation
Allow filtering proposals by type (e.g. talk, workshop) in the recap screen using checkboxes, similar to the existing status filter. Also refactors the filtering logic to apply all filters (reviews count, status, and type) together rather than independently, preventing filters from overriding each other. Closes #4537 Co-authored-by: Marco Acierno <marcoacierno@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This comment has been minimized.
This comment has been minimized.
SummaryThis PR adds submission type filtering (e.g., Talk, Workshop) to the proposal review recap screen. The implementation refactors the existing filtering logic to consolidate all filters (reviews count, status, and the new submission type) into a unified Review FeedbackArchitecture & Design ✅Strengths:
Testing & Coverage
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4546 +/- ##
=======================================
Coverage 94.15% 94.15%
=======================================
Files 353 353
Lines 10342 10342
Branches 761 761
=======================================
Hits 9738 9738
Misses 502 502
Partials 102 102 🚀 New features to boost your workflow:
|
Add the ability to filter proposals by submission type (e.g. Talk, Workshop) in the proposal review recap screen.
Closes #4537
Generated with Claude Code