Skip to content

[#939] Update stats row: FDV + Target Progress#942

Merged
realproject7 merged 1 commit intomainfrom
task/939-stats-row
Apr 22, 2026
Merged

[#939] Update stats row: FDV + Target Progress#942
realproject7 merged 1 commit intomainfrom
task/939-stats-row

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Replaced "PL Earned" stat box with "FDV" showing current fully diluted valuation
  • Replaced "PLOT Price" with dynamic "Target Progress" showing % toward next milestone
  • Progress box includes mini progress bar and dynamic label (e.g., "Progress to 🥉 Bronze")
  • Label updates through tiers as milestones are reached; shows "💎 Diamond Achieved!" at top

Fixes #939

Test plan

  • Box 1 shows Participants count
  • Box 2 shows current FDV formatted with formatUsdValue
  • Box 3 shows correct progress % (currentFdv / nextMilestone * 100)
  • Progress bar fills proportionally
  • Label shows correct next milestone emoji + name
  • When all milestones reached, shows "Diamond Achieved!" at 100%
  • Works in test mode with lower milestone targets

🤖 Generated with Claude Code

- Box 1: Participants (unchanged)
- Box 2: Current FDV value
- Box 3: Dynamic progress % toward next milestone with mini progress bar
- Label updates as milestones are reached (e.g., "Progress to 🥉 Bronze")
- Shows "Diamond Achieved!" when all milestones met

Fixes #939

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
plotlink Ignored Ignored Apr 22, 2026 9:26am

Request Review

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

The stats row now matches the issue: Participants, FDV, and dynamic Target Progress with a progress bar. The label logic tracks the next milestone and handles the fully-achieved state.

Findings

  • None.

Decision

Approving because the change matches the acceptance criteria and the required checks are passing.

@realproject7 realproject7 merged commit 62ba0ac into main Apr 22, 2026
4 checks passed
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

Successfully merging this pull request may close these issues.

[Airdrop] Update stats row: replace PL Earned with FDV and Target Progress

2 participants