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

Liker Vote Count Bugs in Busy v2 #1080

Closed
deveerei opened this issue Nov 15, 2017 · 0 comments
Closed

Liker Vote Count Bugs in Busy v2 #1080

deveerei opened this issue Nov 15, 2017 · 0 comments

Comments

@deveerei
Copy link

![bug2.gif](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510738527/qkcons4nxtjcbtwrpeyi.gif) Graphics by @deveerei.

Here's a sample of my post in busy.org, take note that this is from version 1 or the beta version (link used is https://v1.busy.org/@deveerei):

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736469/bjafu4eag08dwfdp9hrh.png) Screenshot from https://v1.busy.org/@deveerei

As you can see my post there titled "Landing Page Improvements for Utopian.io" has 57 Likes(Upvotes) on time of screen capture. Pressing on the number of Likes(Upvotes) will open a sub-menu underneath the post itself showing some of the Likes(Upvotes) I garnered :

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736520/izynxbsbsmpgaraauqzr.png) Screenshot from https://v1.busy.org/@deveerei

Pressing on "See More Likes" will expand it further showing a few more Likes(Upvotes) from Users together with their Profile Photo, Username and the Percentage or Weight of their Like (Upvote):

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736632/d48nfniy6inu07rufjwu.png) Screenshot from https://v1.busy.org/@deveerei

Now, let's go to the new version of Busy.org and try the same thing.

Here's the same post earlier, but this time we're viewing it on v2 of busy.org (link used is https://busy.org/@deveerei/):

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736849/stdokztqxhgs5olleqhy.png) Screenshot from https://busy.org/@deveerei

Hovering your mouse on the number of Likes (Upvotes) will show a pop-up message box with some of the Likes (Upvotes) you have received this shows the Username and the dollar ($) value of the Like (Upvote) they have given your post:

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510736932/jhzsq7hmece4qvk9q5st.png) Screenshot from https://busy.org/@deveerei

Pressing on the "More" button will expand the list by showing a new menu right in the middle of your screen (while dimming the rest of the page as well) showing you the Profile Photo, Username, Dollar Value ($), Percentage (%), as well as a Follow Button.

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510737131/dwwotgcc4zi77ybnrokj.png) Screenshot from https://busy.org/@deveerei

Once you scroll down a bit further it automatically loads the next set of Likers (Upvoters) you have however it shows less information that enumerated earlier:

![image.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510737186/d8jqv4w4r9qoviiumaiz.png) Screenshot from https://busy.org/@deveerei

As you can see there, it only shows you the Profile Photo, Username, and the Follow button.

We're missing the Dollar Value and the Percentage or Weight of their Likes (Upvotes)


Bug Hunted!

Busy.org V2 is not showing all the information of your Likers (Upvoters) namely the Dollar Value and the Percentage of their Likes (Upvotes) when it's already past the first set of Likes on the expanded pop-up menu that your post has.



Posted on Utopian.io - Rewarding Open Source Contributors

Sekhmet pushed a commit that referenced this issue Nov 17, 2017
moved alt prop's elements from /components/Reactions/ReactionsList.js to /components/UserCard.js because of a PropType warning where alt prop was sent as object but a string type was expected (screenshot below)

removed the restriction to only show vote info for votes with the value greater than 0.1. This way users can see all the votes information, including the downvotes information (as reported in the #1080)
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

2 participants