Skip to content

Implement Structured Submission Flow #81

@Benjtalkshow

Description

@Benjtalkshow

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions