Configurable article validation rules #85
Labels
No labels
bug
devops
duplicate
enhancement
good first issue
next major release
next minor release
question
testing
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/fedi-feed-router#85
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Replace the hard-coded Belgian news keyword validation with a configurable rule system per feed.
Context
ValidationServicecurrently has ~40 hard-coded keywords (N-VA, Belgium, Brussels, EU, etc.) used to filter articles at ingest. This is not reusable for other feeds/topics and makes the validation logic brittle and opaque.Goals
pending, non-matching articles are auto-declined (rejected)pending(current behavior without hardcoded keywords)Tasks
Dependencies