api/pkg/db/fixtures/tasks.yml

247 lines
4.3 KiB
YAML
Raw Normal View History

2018-12-16 13:21:32 +00:00
- id: 1
text: 'task #1'
2019-04-21 18:18:17 +00:00
description: 'Lorem Ipsum'
2018-12-16 13:21:32 +00:00
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 1
2018-12-16 13:21:32 +00:00
created: 1543626724
updated: 1543626724
- id: 2
text: 'task #2 done'
done: true
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 2
2018-12-16 13:21:32 +00:00
created: 1543626724
updated: 1543626724
- id: 3
text: 'task #3 high prio'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 3
2018-12-16 13:21:32 +00:00
created: 1543626724
updated: 1543626724
priority: 100
- id: 4
text: 'task #4 low prio'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 4
2018-12-16 13:21:32 +00:00
created: 1543626724
updated: 1543626724
priority: 1
- id: 5
text: 'task #5 higher due date'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 5
2018-12-16 13:21:32 +00:00
created: 1543626724
updated: 1543626724
due_date_unix: 1543636724
- id: 6
text: 'task #6 lower due date'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 6
2018-12-16 13:21:32 +00:00
created: 1543626724
updated: 1543626724
2018-12-22 18:06:14 +00:00
due_date_unix: 1543616724
- id: 7
text: 'task #7 with start date'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 7
2018-12-22 18:06:14 +00:00
created: 1543626724
updated: 1543626724
start_date_unix: 1544600000
- id: 8
text: 'task #8 with end date'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 8
2018-12-22 18:06:14 +00:00
created: 1543626724
updated: 1543626724
end_date_unix: 1544700000
- id: 9
text: 'task #9 with start and end date'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 9
2018-12-22 18:06:14 +00:00
created: 1543626724
updated: 1543626724
start_date_unix: 1544600000
2018-12-28 21:49:46 +00:00
end_date_unix: 1544700000
- id: 10
text: 'task #10 basic'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 10
2018-12-28 21:49:46 +00:00
created: 1543626724
updated: 1543626724
- id: 11
text: 'task #11 basic'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 11
2018-12-28 21:49:46 +00:00
created: 1543626724
updated: 1543626724
- id: 12
text: 'task #12 basic'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 12
2018-12-28 21:49:46 +00:00
created: 1543626724
updated: 1543626724
- id: 13
text: 'task #13 basic other list'
created_by_id: 1
list_id: 2
2019-12-07 22:28:45 +00:00
index: 1
2018-12-28 21:49:46 +00:00
created: 1543626724
2018-12-31 01:18:41 +00:00
updated: 1543626724
- id: 14
text: 'task #14 basic other list'
created_by_id: 5
list_id: 5
2019-12-07 22:28:45 +00:00
index: 1
2018-12-31 01:18:41 +00:00
created: 1543626724
2019-04-21 18:18:17 +00:00
updated: 1543626724
- id: 15
text: 'task #15'
created_by_id: 6
list_id: 6
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 16
text: 'task #16'
created_by_id: 6
list_id: 7
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 17
text: 'task #17'
created_by_id: 6
list_id: 8
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 18
text: 'task #18'
created_by_id: 6
list_id: 9
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 19
text: 'task #19'
created_by_id: 6
list_id: 10
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 20
text: 'task #20'
created_by_id: 6
list_id: 11
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 21
text: 'task #21'
created_by_id: 6
list_id: 12
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 22
text: 'task #22'
created_by_id: 6
list_id: 13
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 23
text: 'task #23'
created_by_id: 6
list_id: 14
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 24
text: 'task #24'
created_by_id: 6
list_id: 15
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 25
text: 'task #25'
created_by_id: 6
list_id: 16
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 26
text: 'task #26'
created_by_id: 6
list_id: 17
2019-12-07 22:28:45 +00:00
index: 1
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 27
text: 'task #27 with reminders'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 12
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 28
text: 'task #28 with repeat after'
done: false
created_by_id: 1
repeat_after: 3600
list_id: 1
2019-12-07 22:28:45 +00:00
index: 13
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 29
text: 'task #29 with parent task (1)'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 14
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
- id: 30
text: 'task #30 with assignees'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 15
2019-04-21 18:18:17 +00:00
created: 1543626724
updated: 1543626724
2019-04-30 09:26:37 +00:00
- id: 31
text: 'task #31 with color'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 16
2019-04-30 09:26:37 +00:00
hex_color: f0f0f0
created: 1543626724
updated: 1543626724
- id: 32
text: 'task #32'
created_by_id: 1
list_id: 3
2019-12-07 22:28:45 +00:00
index: 1
created: 1543626724
updated: 1543626724
2019-09-21 10:52:10 +00:00
- id: 33
text: 'task #33 with percent done'
created_by_id: 1
list_id: 1
2019-12-07 22:28:45 +00:00
index: 17
2019-09-21 10:52:10 +00:00
percent_done: 0.5
created: 1543626724
updated: 1543626724
2019-04-21 18:18:17 +00:00