Skip to content

feat(bounty): manage-dashboard nav + deep-linkable tabs (#637)#676

Merged
Benjtalkshow merged 1 commit into
boundlessfi:feat/t-replacefrom
Benjtalkshow:feat/bounty-nav-e2e
Jul 5, 2026
Merged

feat(bounty): manage-dashboard nav + deep-linkable tabs (#637)#676
Benjtalkshow merged 1 commit into
boundlessfi:feat/t-replacefrom
Benjtalkshow:feat/bounty-nav-e2e

Conversation

@Benjtalkshow

Copy link
Copy Markdown
Collaborator

What

Implements the nav wiring for #637 (Bounty Operate to Payout — entry points + e2e verification): connects the org bounty list to the operate dashboard and makes the dashboard tabs deep-linkable.

Stacked on #675 (#635) → #674 (#634). GitHub can't target a fork branch, so until those merge this PR shows their commits too; review the top commit feat(bounty): manage-dashboard nav …. It rebases cleanly as the base PRs land.

Changes

  • BountyManagementDashboard.tsx — tabs are URL-addressable via ?tab=, validated against what's actually available for the bounty (applications only in application modes, results only once completed; otherwise falls back to Overview).
  • organizations/[id]/bounties/page.tsx — each published card gets an explicit, status-aware CTA that deep-links to the relevant tab: Review submissions (submitted / under review), Review & pay (in progress), View results (completed), View bounty (cancelled), Manage otherwise.
  • [bountyId]/page.tsx — wrapped the dashboard in a <Suspense> boundary (required now that it reads useSearchParams), matching the existing verify/page.tsx precedent.

Task status

  • Link the management dashboard from the org bounty list + manage CTAs.
  • npm run codegen — already current; the generated schema carries every merged epic endpoint (submissions review, operate reads, publish-results, archive/restore, public results/announcement). Disputes are intentionally absent (Feat/hackthon features #340/FE: Dispute resolution UI #636 deferred).
  • End-to-end testnet verification across the six modes — manual QA (organizer host → run → pay → wrap loop; cancel/refund; single- and multi-winner payouts). Dispute path out of scope.

Verification

  • tsc --noEmit — 0 errors.
  • eslint . — clean.

@vercel

vercel Bot commented Jul 5, 2026

Copy link
Copy Markdown

@Benjtalkshow is attempting to deploy a commit to the Threadflow Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai

coderabbitai Bot commented Jul 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: fd337b8f-b8e5-456c-a7c9-b686362634cc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Benjtalkshow Benjtalkshow force-pushed the feat/bounty-nav-e2e branch from fa9edb1 to 75fc65f Compare July 5, 2026 18:48
)

Wire the org bounty list into the operate dashboard: published cards get
a status-aware CTA (review / pay / results) that deep-links to the right
tab, and the dashboard honors a ?tab= param (validated against what's
available for the bounty). Wrap the dashboard in a suspense boundary now
that it reads useSearchParams.
@Benjtalkshow Benjtalkshow force-pushed the feat/bounty-nav-e2e branch from 75fc65f to cbaeac1 Compare July 5, 2026 19:02
@Benjtalkshow Benjtalkshow merged commit cab5e80 into boundlessfi:feat/t-replace Jul 5, 2026
1 of 2 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.

1 participant