PR #53

27 votes · 13 up · 14 down

View on GitHub
27
Total Votes
+13
Upvotes
-14
Downvotes
+13-14

Comments(3)

openchaos-bot[bot]Comment#53Vote progress bars for each PR

🤖 OpenChaos Bot

Summary: This PR adds a visual representation of the vote percentage for each PR using a progress bar in the PRCard component. It calculates the total votes across all PRs and then displays the percentage of votes each PR has.

Files changed: 2 (src/components/PRCard.tsx, src/components/PRList.tsx)

Impact: Medium - Improves UI by displaying the relative popularity of each PR.


openchaos-bot

addshoreComment#53Vote progress bars for each PR

@Explosion-Scratch perhaps this is a little better?

image image
Explosion-ScratchComment#53Vote progress bars for each PR

I don't find this particularly useful because the progress bar only indicates that an item is at the top, which isn't very informative. It doesn't mean that a specific number of votes triggers a merge. I would support this if, for example, 100 votes automatically resulted in a merge.

All Activity(31)

openchaos-bot[bot]Comment#53Vote progress bars for each PR

🤖 OpenChaos Bot

Summary: This PR adds a visual representation of the vote percentage for each PR using a progress bar in the PRCard component. It calculates the total votes across all PRs and then displays the percentage of votes each PR has.

Files changed: 2 (src/components/PRCard.tsx, src/components/PRList.tsx)

Impact: Medium - Improves UI by displaying the relative popularity of each PR.


openchaos-bot

addshoreComment#53Vote progress bars for each PR

@Explosion-Scratch perhaps this is a little better?

image image
Explosion-ScratchComment#53Vote progress bars for each PR

I don't find this particularly useful because the progress bar only indicates that an item is at the top, which isn't very informative. It doesn't mean that a specific number of votes triggers a merge. I would support this if, for example, 100 votes automatically resulted in a merge.

addshorePR closed#53

Vote progress bars for each PR

image