-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfrontendFrontend developmentFrontend developmentgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Implement bounties Detail Page
Create a detailed page for a single bounty. New route (/bounty/bountyId)
This bridges discovery → submission.
Expected Data Types
type OpportunityDetails = {
id: string
title: string
type: 'bounty'
description: string
rewardAmount: number | null
rewardCurrency: string
difficulty: 'beginner' | 'intermediate' | 'advanced' | null
status: 'open' | 'claimed' | 'in_review' | 'closed'
tags: string[]
claimModel: 'single' | 'multiple'
project: {
id: string
name: string
logoUrl?: string | null
}
milestones?: Milestone[]
}Main Sections
- Header (title, reward, status)
- Project context
- Full markdown description
- Milestones (if applicable)
- Claim / Submit button
Acceptance Criteria
- Markdown renders properly
- Claim button respects status
- No layout breaks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programfrontendFrontend developmentFrontend developmentgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed