Skip to content

Create the StuffCollection. #2

@cammoore

Description

@cammoore

Example issue related to a user story.

Please do work for this task in a branch called issue-002.
Related to user story #1.

Create the StuffCollection with the following schema

{
      name: String,
      quantity: Number,
      owner: String,
      condition: {
        type: String,
        allowedValues: stuffConditions,
        defaultValue: 'good',
      },
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions