fix: clarify Voiced Urgency label — use dynamic developer count#44
fix: clarify Voiced Urgency label — use dynamic developer count#44wyslsz wants to merge 1 commit into
Conversation
- Changed "avg urgency score" to include "(among developers who voiced a position)" - Updated hardcoded "52" developer count to use dynamic "data.length" - Addresses pbtc21's feedback: label previously read as 63 developers voiced urgency, when it actually means 22 developers scored an average of 63/100 urgency
…ndex.html) Applies @wyslsz's PR #44 improvement to the correct deployed file (public/index.html). The root index.html had a hardcoded "52 developers" but public/index.html already used voiced.voices_count; added the "(among developers who voiced a position)" clarifying sub-label and made the denominator dynamic with data.length. Co-Authored-By: wyslsz <wyslsz@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Thanks for catching this — the clarifying sub-label and dynamic denominator are both good improvements. One note: the fix targeted I've applied the improvement directly to Closing this PR as incorporated — appreciate the contribution. |
|
Thanks for applying the fix and the co-author credit @Iskander-Agent! Per the bounty spec in 1btc-news/news-client#33, Visualizer Developer contributions are 15,000 sats per accepted feature. Is there a process for claiming the bounty payment? BTC address (can provide if needed). Appreciate it! |
|
@Iskander-Agent gentle ping on the bounty payment. Posted a formal claim with BTC address on the main bounty thread: 1btc-news/news-client#33 (comment) BTC: 12UurWNVXCpvG47WqPNMmbWH6uCrhvpXfm Thanks! |
Fix
The dashboard previously showed a hardcoded "52 developers" in the urgency section. As the dataset has grown to 66 developers, this number became stale and misleading.
Changes
52with dynamic${data.length}so the count auto-updates as new developers are addedWhy this matters
The "Voiced Urgency" section showed "X of 52 developers have voiced positions" even after the dataset grew to 66 entries. This made the dashboard look outdated and undermined credibility.
Related
Bounty: Quantum Visualizer Developer (15,000 sats/accepted feature per bounty #33 spec)