wordpress-mobile / wordpress-mobile/WordPress-Android
[Reader] Make likes and comments count clickable in Feed post cards
Open
Nobody has claimed this yet.
[Type] Enhancement
Reader
- Dominant language
- Kotlin
- Stars
- 3.2k
- Forks
- 1.4k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 69
Description
internal ref: p1698076230827149-slack-C05N140C8H5
We already show the likes and comments in the post cards in the Reader feeds, but it would be nice to make them clickable, for completeness, in a way that:
- Clicking the "Likes" count would open the Likers page
- Clicking the "Comments" count would open the Comments page (which is the same action as the "comment" button
### Tasks
- [ ] Make "N likes" in Feed post cards interactable (go to `likes` Fragment).
- [ ] Make "N comments" in Feed post cards interactable (go to `comments` Fragment).
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 at the Reader feed post-card implementation and trace the existing navigation used by the comment button. Check the likes and comments Fragment destinations named in the task; done means both displayed counts are clickable and open their corresponding pages, with comments matching the existing comment-button action.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100