Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Mentions" to a User's Counts object #350

Open
bryanjclark opened this issue Sep 6, 2013 · 0 comments
Open

Add "Mentions" to a User's Counts object #350

bryanjclark opened this issue Sep 6, 2013 · 0 comments

Comments

@bryanjclark
Copy link
Contributor

When visiting a user's profile, the current Counts object gives you:

  • Following

  • Followers

  • Posts

  • Stars

I'd like to have the number of Mentions also displayed in this list - here's why:

It's really common for client UI to display Posts, Mentions, and Stars next to each other, since they are lists of posts hanging off of a user's profile. Mentions is the only one of those that doesn't have a Count attached to it.

In the app I'm working on, we'd prefer the UI to have a Mentions count, so it sits nicely with the other attributes of the User profile, but the endpoint doesn't have it.

Any chance that could be added?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant