-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcomponentfrontendFrontend developmentFrontend developmentgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Implement Structured Submission Flow for each bounties in bounty details page (/bounty/bountyId)
Create structured submission UI instead of plain textarea.
Expected Data Types
type SubmissionForm = {
githubUrl?: string
demoUrl?: string
explanation: string
attachments?: string[]
walletAddress: string
}UX Requirements
- Validations
- Save draft option
- Clear success state
Acceptance Criteria
- Form validates correctly
- Errors handled gracefully
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcomponentfrontendFrontend developmentFrontend developmentgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed