wordpress-mobile / wordpress-mobile/WordPress-Android
Save posts for later [Phase 3] - Prevent deletion of bookmarked posts
Open
Nobody has claimed this yet.
[Type] Task
Reader
- Dominant language
- Kotlin
- Stars
- 3.2k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 69
Description
Some rows in the ReaderPostTable are deleted in some cases -> make sure bookmarked posts don't get deleted
- modify the ReaderPostTable.purge(..) method
- check deletePostsBeforeGapMarkerForTag(..) method and make necessary changes so bookmarked posts don't get deleted
Contributor guide
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
Start by locating ReaderPostTable and reading purge(..) and deletePostsBeforeGapMarkerForTag(..) to trace when ReaderPostTable rows are removed. Update the deletion behavior so bookmarked posts remain, then verify that ordinary cleanup still removes eligible unbookmarked posts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- database, mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100