Skip to content

Add support for attachments #5

@ThomasKranitsas

Description

@ThomasKranitsas
  • Add a new model for attachments.
{
  id: "UUID",
  url: "String",
  fileSize: "Number",
  "fileName": "String"
}
  • Implement an endpoint to upload attachments on an S3 bucket.
  • Add an attachments properties to the challenge model that will be an array of Attachments.
  • Update all challenge endpoints to support attachments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions