Context
Part of the Bounty Configure (Host a Bounty) milestone. Adds the organizer bounty routes, mirroring the hackathon route tree.
Blueprint to mirror
app/(landing)/organizations/[id]/hackathons/page.tsx, .../new/page.tsx, .../drafts/[draftId]/page.tsx
Tasks
Acceptance criteria
- Routes render under the org dashboard.
- The list shows org bounties and links into create / resume.
Depends on
- Bounty data layer (
features/bounties) and the wizard shell (sibling issues).
Context
Part of the Bounty Configure (Host a Bounty) milestone. Adds the organizer bounty routes, mirroring the hackathon route tree.
Blueprint to mirror
app/(landing)/organizations/[id]/hackathons/page.tsx,.../new/page.tsx,.../drafts/[draftId]/page.tsxTasks
app/(landing)/organizations/[id]/bounties/page.tsx: list page (published + drafts, with status badges and resume-draft links).app/(landing)/organizations/[id]/bounties/new/page.tsx: renders<NewBountyTab organizationId={id} />.app/(landing)/organizations/[id]/bounties/drafts/[draftId]/page.tsx: renders<NewBountyTab organizationId={id} draftId={draftId} />.Acceptance criteria
Depends on
features/bounties) and the wizard shell (sibling issues).