Skip to content

Schemas

Yash Goyal edited this page Jan 22, 2023 · 1 revision

The Data Models for the backend:-

Org Model

  • Name
  • Image
  • Description

Freelancer

  • Name
  • Image
  • Bio
  • Education
  • Work History

Quest

  • Title
  • Description
  • Metadata
  • Value
  • OrgId

Proposal

  • Description
  • Status (options: ["proposed", "accepted", "rejected"])
  • FreelancerId
  • QuestId

Work

  • ProposalId
  • status (options: ["submitted", "accepted", "rejected"])

Need to figure out the other parameters of the Work Schema

Credential

  • QuestId
  • ProposalId
  • Image
  • Title

Need to figure out the other parameters of the Credential Schema

Clone this wiki locally