wordpress-mobile / wordpress-mobile/WordPress-Android

[Reader] Make likes and comments count clickable in Feed post cards

Open
#19,661 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.