scinote-web/test/fixtures/checklist_items.yml

56 lines
902 B
YAML
Raw Normal View History

2016-02-12 23:52:43 +08:00
one:
text: "Checklist Item 1"
checked: true
checklist: one
created_by: steve
last_modified_by: steve
two:
text: "Checklist Item 2"
checked: false
checklist: one
created_by: mark
last_modified_by: mark
three:
text: "Checklist Item 3"
checked: false
checklist: one
created_by: steve
last_modified_by: mark
four:
text: "Checklist Item 4"
checked: true
checklist: two
created_by: jlaw
last_modified_by: jlaw
five:
text: "Checklist Item 5"
checked: false
checklist: two
created_by: steve
last_modified_by: nora
six:
text: "Checklist Item 6"
checked: true
checklist: two
created_by: mark
last_modified_by: mark
seven:
text: "Checklist Item 7"
checked: false
checklist: three
created_by: mark
last_modified_by: steve
eight:
text: "Checklist Item 8"
checked: false
checklist: three
created_by: nora
last_modified_by: steve