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 a basic "X comments" below "X attendees" on event tiles using total_num_responses in threads.py #5217

Open
jesseallhands opened this issue Nov 22, 2024 · 1 comment
Labels
1.topic frontend 3.skill good first issue good value Solving this issue requires small effort compared to the benefit of closing it improvement Not really a feature but also not a bug
Milestone

Comments

@jesseallhands
Copy link
Contributor

jesseallhands commented Nov 22, 2024

Problem

The number of comments is not listed on event tiles like they currently are for community discussions. If the api included a count of the comments within the event, the frontend could use the to display the total comment count (which is an indication of activity).

Sometimes there is a lot of activity on events in the form of comments despite the (relatively) low attendee count. For example, you might have 5 attendees, but 10 comments - thus indicating a lot of activity. It is not possible to see the activity/number of comments unless you check out the event. With an api update the fontend could display the comment count on events.

Solution

Add a Add a "X comments" below the attendee count (where X is the number of total comments) to event tiles.

We should be able to use total_num_responses from threads.py to display this.

An example of how this is displayed for community discussions, though on event tiles it would be displayed differently to match the attendee count format, "X attendees" and "X comments":
image

@jesseallhands jesseallhands added this to the Events V2 milestone Nov 22, 2024
@jesseallhands jesseallhands added the good value Solving this issue requires small effort compared to the benefit of closing it label Nov 22, 2024
@jesseallhands jesseallhands changed the title Add a basic "comments | X" below "X attendees" on event tiles using total_num_responses in threads.py Add a basic "X comments" below "X attendees" on event tiles using total_num_responses in threads.py Nov 22, 2024
@nabramow
Copy link
Collaborator

@jesseallhands Is this one ready to be picked up? If so do you mind adding the "Ready" status?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.topic frontend 3.skill good first issue good value Solving this issue requires small effort compared to the benefit of closing it improvement Not really a feature but also not a bug
Projects
Status: Ready
Development

No branches or pull requests

2 participants