Skip to content

FE: Bounty routes + organization bounty list page #597

@0xdevcollins

Description

@0xdevcollins

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

  • 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

  • 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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions