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

feat: top users per topic on topic detail #13

Open
stephancill opened this issue Oct 28, 2023 · 0 comments
Open

feat: top users per topic on topic detail #13

stephancill opened this issue Oct 28, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@stephancill
Copy link
Owner

The topic detail page should show some of the top users in the channel based on the amount of engagement that they get on their casts in this channel

This can be implemented in the form of a ?full=true query parameter on the /topic API endpoint and the introduction of a new TopicFull type which returns some extra details about a topic, only to be loaded on the topic's details screen.

The extra details in this case would be an array of User objects, topUsers, which is the top 5 users in the channel.

It can be displayed in the header of the topic detail in a way similar to the 'followers you know' component on the user profile detail/tooltip with the overlapping user profile images

@stephancill stephancill added the enhancement New feature or request label Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant