Skip to content

Instantly share code, notes, and snippets.

@guimap
Last active November 4, 2021 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guimap/c5bab59f9b1b5c0f91143e6f4e9744b2 to your computer and use it in GitHub Desktop.
Save guimap/c5bab59f9b1b5c0f91143e6f4e9744b2 to your computer and use it in GitHub Desktop.
Checklist Mock

Mock

{
  nutricionist: { ... },
  code: "code1234",
  status: "pending",
  observations: [{
    observation: "12312",
    images: ["image.com"]
  }],
  questions: [
    {
      question: "Pergunta tal",
      yes: true,
      no: false,
      na: false
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment