22 lines
454 B
YAML
22 lines
454 B
YAML
# Construct build objects
|
|
|
|
- model: build.build
|
|
fields:
|
|
part: 25
|
|
batch: 'B1'
|
|
title: 'Building 7 parts'
|
|
quantity: 7
|
|
notes: 'Some simple notes'
|
|
status: 10 # PENDING
|
|
creation_date: '2019-03-16'
|
|
link: http://www.google.com
|
|
|
|
- model: build.build
|
|
fields:
|
|
part: 50
|
|
title: 'Making things'
|
|
batch: 'B2'
|
|
status: 40 # COMPLETE
|
|
quantity: 21
|
|
notes: 'Some more simple notes'
|
|
creation_date: '2019-03-16' |