ReadYouApp / ReadYouApp/ReadYou
Feature Request: basic feed filtering
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 7.5k
- Forks
- 330
- PR merge metrics
- No merged PRs in 30d
Description
1. Environment
N/A
2. Describe the feature request
I use ReadYou heavily to track new GitHub project releases. Most projects are sane about what they tag as a release and only tag major versions but some cut new dev "releases" daily or weekly, I'd love to be able to filter those out so that relevant releases aren't lost in the noise.
It would be handy if I could add include or exclude filters to any feed, eg:
Feed1 > exclude any feed item with a title matching "*-dev"
Feed2 > include any feed item with "foobar" in the body
Etc.
Simple glob matching would be fine, regex would probably be useful for someone at some point though. Adding multiple filters per feed would probably be useful.
Cheers, thanks for reading!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating the feed and feed-item handling in ReadYou, then review how feed settings are represented. Done should support per-feed include or exclude matching on item titles or bodies, with multiple filters and a documented matching rule.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- content, mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100