-
Notifications
You must be signed in to change notification settings - Fork 30
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
Statistics: Highlight supported broadcasts #427
Comments
Thank you @davidak for submitting this issue. I updated the description, is this what you want? |
Being able to support a broadcast immediately would be nice, but there is a small problem: We track if a user as "seen" a broadcast, i.e. we save an "impression" in the database. This way we can compare how many people have seen the broadcast and did not click on "support". It is necessary to overcome unfair biases - a brand new broadcast has 0 supporters, but that's not because it's unpopular. It's because it was just added to the database. So, we will probably not add a support button if the description is not visible (which is the case on the statistic page), but we can make the title of the broadcast a link to the broadcast page. A user can click on the title, visit the broadcast page |
Yes, but with "highlight" i mean that the row should have a different background, like green or a darker one. But might not be necesarry. |
Maybe a heart icon is unambiguous? A heart or a thumbs up icon means sth. like "I like that" whereas a green background means "good". If there is enough space, we could also add the respective amount of the supported broadcast in green next to the total amount. E.g.
|
Since i thought about it longer i wouldn't color the rows. It's too much color. The heart would be enough to stand out. But when there are technical limitations, making the title a link to the detail page is also a good solution. |
I would say, let's do both. I'm already creating a PR with links to the broadcast pages... |
Adding your personal contribution to the amount is also very good. That might be enough to highlight broadcasts a user supports. Also a button to edit the amount, maybe a gear sign? |
If you never visited "my broadcasts", the |
Right, do it! :) |
Editing the amount is a bit tricky, too. The system distributes your budget evenly. So you should edit the amount on a page where you can see all your amounts. E.g. If you fixed an amount to |
What i mean is adding a gear icon that is a link to "my broadcasts". Maybe automatically select the text field of that broadcasts amount. |
Oh, yep, that would be great. If you click on |
I'm submitting a ...
What is the current behavior?
A plain table. I cannot see which broadcasts I support already.
What is the expected behavior?
If I support a broadcast it should be highlighted.
What is the motivation / use case for changing the behavior?
If I click through the statistics, maybe I recognize a broadcast by title and I want to support it immediately. Avoid a context switch.
Something like this:
The text was updated successfully, but these errors were encountered: