Skip to content

Fix Medium blog post exclusion filter to detect by URL#324

Merged
JoaquinBN merged 2 commits intodevfrom
JoaquinBN/medium-filter-steward
Jan 21, 2026
Merged

Fix Medium blog post exclusion filter to detect by URL#324
JoaquinBN merged 2 commits intodevfrom
JoaquinBN/medium-filter-steward

Conversation

@JoaquinBN
Copy link
Collaborator

Summary

Changed the Medium blog post exclusion filter to detect posts by URL patterns (medium.com) in evidence or notes, rather than by contribution type name. This properly identifies all Medium blog posts regardless of how submissions are categorized.

Details

  • Updated filter_exclude_medium_blogpost to check for URLs containing "medium.com"
  • Filter now checks both evidence URLs and notes field
  • Removed dependency on a specific contribution type name

Test Plan

  • Verify steward submission filter excludes submissions with medium.com URLs in evidence
  • Verify steward submission filter excludes submissions with medium.com in notes
  • Confirm existing tests pass

…on type

Changed filter_exclude_medium_blogpost to detect Medium URLs in evidence or notes (medium.com) rather than checking contribution type name. This properly identifies Medium blog posts regardless of how they're categorized.
- Add dropdown filter to exclude users with less than N (0-5) accepted contributions
- Backend: Add min_accepted_contributions filter using subquery to count user's accepted submissions
- Frontend: Add dropdown UI with options 0-5, default 0 (no filtering)
@JoaquinBN JoaquinBN merged commit 1e582f2 into dev Jan 21, 2026
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.

1 participant