Skip to content

feat(waves): wave archive pages - /waves + /waves/:number (#74) - #117

Open
IsaacMsheliaSamuel wants to merge 1 commit into
wraith-protocol:developfrom
IsaacMsheliaSamuel:feat/wave-archive
Open

feat(waves): wave archive pages - /waves + /waves/:number (#74)#117
IsaacMsheliaSamuel wants to merge 1 commit into
wraith-protocol:developfrom
IsaacMsheliaSamuel:feat/wave-archive

Conversation

@IsaacMsheliaSamuel

Copy link
Copy Markdown

Summary

Closes #74.

Adds a public wave archive so past contributor work is discoverable and acts as a recruiting tool for future waves.

What's included

New routes

  • /waves — listing page with all waves, aggregate stats (total budget paid, PRs merged, unique contributors), and wave cards
  • /waves/:number — per-wave detail page with goals, highlights, contributor list (opt-in handles only), and an open-issues CTA for the active wave

Data

  • src/data/waves/wave-1.json through wave-6.json — backfilled from Drips + GitHub history
  • src/data/waves/wave-7.json — open wave, auto-shows with an issues CTA once goals are set
  • src/data/waves/index.ts — typed exports (Wave, WaveContributor, WaveStatus, waves[])

Nav

  • Added Waves link to Header desktop nav and mobile menu (both EN + ES)

i18n

  • Full waves.* translation keys added to en.json and es.json

Acceptance checklist

  • Waves 1–6 backfilled (goals, budget, contributors, PRs merged, highlights)
  • Wave 7 auto-shows once issues are open (status: open, issues URL wired to CTA)
  • Contributor names honored per opt-in (optedIn: true in JSON = shown, false = counted but anonymous)
  • /waves lists all waves
  • /waves/:number per-wave detail route

Testing

pnpm build   # verify no TS/compile errors
pnpm dev     # navigate to /waves and /waves/1 through /waves/7

@vercel

vercel Bot commented Jul 29, 2026

Copy link
Copy Markdown

@IsaacMsheliaSamuel is attempting to deploy a commit to the truthixify's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 29, 2026

Copy link
Copy Markdown

@IsaacMsheliaSamuel Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@github-actions
github-actions Bot changed the base branch from main to develop July 29, 2026 16:32
@github-actions

Copy link
Copy Markdown

Auto-retargeted this PR from main to develop. Wave PRs merge into develop; main is only for release cuts. If you meant to target main deliberately (rare), reply here and we can revert this.

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.

Wave archive page

1 participant