Skip to content

Implement Submission Draft System #82

@Benjtalkshow

Description

@Benjtalkshow

Implement Submission Draft System

Allow users to save unfinished submissions.

Expected Data Types

type SubmissionDraft = {
  id: string
  bountyId: string
  formData: SubmissionForm
  updatedAt: string
}

Acceptance Criteria

  • Draft saves automatically
  • Draft reloads when user returns

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions