generated from ics-software-engineering/meteor-application-template-react
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels
Type
Projects
Status
Todo