vikunja-api/pkg/db/fixtures/tasks.yml

462 lines
9.3 KiB
YAML
Raw Normal View History

2018-12-16 13:21:32 +00:00
- id: 1
title: 'task #1'
2019-04-21 18:18:17 +00:00
description: 'Lorem Ipsum'
done: false
2018-12-16 13:21:32 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 1
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
bucket_id: 1
position: 2
2018-12-16 13:21:32 +00:00
- id: 2
title: 'task #2 done'
2018-12-16 13:21:32 +00:00
done: true
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 2
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
bucket_id: 1
position: 4
2018-12-16 13:21:32 +00:00
- id: 3
title: 'task #3 high prio'
done: false
2018-12-16 13:21:32 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 3
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2018-12-16 13:21:32 +00:00
priority: 100
bucket_id: 2
2018-12-16 13:21:32 +00:00
- id: 4
title: 'task #4 low prio'
done: false
2018-12-16 13:21:32 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 4
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2018-12-16 13:21:32 +00:00
priority: 1
bucket_id: 2
2018-12-16 13:21:32 +00:00
- id: 5
title: 'task #5 higher due date'
done: false
2018-12-16 13:21:32 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 5
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
due_date: 2018-12-01 03:58:44
bucket_id: 2
2018-12-16 13:21:32 +00:00
- id: 6
title: 'task #6 lower due date'
done: false
2018-12-16 13:21:32 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 6
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
due_date: 2018-11-30 22:25:24
bucket_id: 3
2018-12-22 18:06:14 +00:00
- id: 7
title: 'task #7 with start date'
done: false
2018-12-22 18:06:14 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 7
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
start_date: 2018-12-12 07:33:20
bucket_id: 3
2018-12-22 18:06:14 +00:00
- id: 8
title: 'task #8 with end date'
done: false
2018-12-22 18:06:14 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 8
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
end_date: 2018-12-13 11:20:00
bucket_id: 3
2018-12-22 18:06:14 +00:00
- id: 9
title: 'task #9 with start and end date'
done: false
2018-12-22 18:06:14 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 9
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
start_date: 2018-12-12 07:33:20
end_date: 2018-12-13 11:20:00
bucket_id: 1
2018-12-28 21:49:46 +00:00
- id: 10
title: 'task #10 basic'
done: false
2018-12-28 21:49:46 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 10
bucket_id: 1
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2018-12-28 21:49:46 +00:00
- id: 11
title: 'task #11 basic'
done: false
2018-12-28 21:49:46 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 11
bucket_id: 1
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2018-12-28 21:49:46 +00:00
- id: 12
title: 'task #12 basic'
done: false
2018-12-28 21:49:46 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 12
bucket_id: 1
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2018-12-28 21:49:46 +00:00
- id: 13
2022-11-13 20:10:11 +00:00
title: 'task #13 basic other project'
done: false
2018-12-28 21:49:46 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 2
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 4
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2018-12-31 01:18:41 +00:00
- id: 14
2022-11-13 20:10:11 +00:00
title: 'task #14 basic other project'
done: false
2018-12-31 01:18:41 +00:00
created_by_id: 5
2022-11-13 20:10:11 +00:00
project_id: 5
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 18
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 15
title: 'task #15'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
2022-11-13 20:10:11 +00:00
project_id: 6
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 6
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 16
title: 'task #16'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
2022-11-13 20:10:11 +00:00
project_id: 7
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 7
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 17
title: 'task #17'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
2022-11-13 20:10:11 +00:00
project_id: 8
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 8
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 18
title: 'task #18'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
2022-11-13 20:10:11 +00:00
project_id: 9
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 9
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 19
title: 'task #19'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
2022-11-13 20:10:11 +00:00
project_id: 10
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 10
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 20
title: 'task #20'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
2022-11-13 20:10:11 +00:00
project_id: 11
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 11
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 21
title: 'task #21'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
project_id: 32
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 12
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 22
title: 'task #22'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
project_id: 33
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 36
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 23
title: 'task #23'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
project_id: 34
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 37
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 24
title: 'task #24'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
2022-11-13 20:10:11 +00:00
project_id: 15
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 15
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 25
title: 'task #25'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
2022-11-13 20:10:11 +00:00
project_id: 16
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 16
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 26
title: 'task #26'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 6
2022-11-13 20:10:11 +00:00
project_id: 17
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 17
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 27
title: 'task #27 with reminders and start_date'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 12
bucket_id: 1
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
start_date: 2018-11-30 22:25:24
2019-04-21 18:18:17 +00:00
- id: 28
title: 'task #28 with repeat after'
2019-04-21 18:18:17 +00:00
done: false
created_by_id: 1
repeat_after: 3600
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 13
bucket_id: 1
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 29
title: 'task #29 with parent task (1)'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 14
bucket_id: 1
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-21 18:18:17 +00:00
- id: 30
title: 'task #30 with assignees'
done: false
2019-04-21 18:18:17 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 15
bucket_id: 1
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-04-30 09:26:37 +00:00
- id: 31
title: 'task #31 with color'
done: false
2019-04-30 09:26:37 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 16
2019-04-30 09:26:37 +00:00
hex_color: f0f0f0
bucket_id: 1
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
- id: 32
title: 'task #32'
done: false
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 3
2019-12-07 22:28:45 +00:00
index: 1
bucket_id: 21
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
2019-09-21 10:52:10 +00:00
- id: 33
title: 'task #33 with percent done'
done: false
2019-09-21 10:52:10 +00:00
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 1
2019-12-07 22:28:45 +00:00
index: 17
2019-09-21 10:52:10 +00:00
percent_done: 0.5
bucket_id: 1
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
# This task is forbidden for user1
- id: 34
title: 'task #34'
done: false
created_by_id: 13
2022-11-13 20:10:11 +00:00
project_id: 20
index: 20
bucket_id: 5
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
- id: 35
title: 'task #35'
done: false
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 21
index: 1
bucket_id: 19
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
- id: 36
title: 'task #36'
done: false
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 22
index: 1
bucket_id: 20
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
due_date: 2018-10-30 22:25:24
- id: 37
title: 'task #37'
done: false
created_by_id: -2
2022-11-13 20:10:11 +00:00
project_id: 2
index: 2
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
- id: 38
title: 'task #37 done with due date'
done: true
created_by_id: 1
2022-11-13 20:10:11 +00:00
project_id: 22
index: 2
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
due_date: 2018-10-30 22:25:24
- id: 39
2023-03-14 14:51:40 +00:00
title: 'task #39'
created_by_id: 1
project_id: 25
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
- id: 40
uid: 'uid-caldav-test'
title: 'Title Caldav Test'
description: 'Description Caldav Test'
priority: 3
done: false
created_by_id: 15
project_id: 36
index: 39
due_date: 2023-03-01 15:00:00
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
bucket_id: 38
position: 39
- id: 41
uid: 'uid-caldav-test-parent-task'
title: 'Parent task for Caldav Test'
description: 'Description Caldav Test'
priority: 3
done: false
created_by_id: 15
project_id: 36
index: 40
due_date: 2023-03-01 15:00:00
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
bucket_id: 38
position: 40
- id: 42
uid: 'uid-caldav-test-parent-task-2'
title: 'Parent task for Caldav Test 2'
description: 'Description Caldav Test 2'
priority: 3
done: false
created_by_id: 15
project_id: 36
index: 41
due_date: 2023-03-01 15:00:00
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
bucket_id: 38
position: 41
- id: 43
uid: 'uid-caldav-test-child-task'
title: 'Child task for Caldav Test'
description: 'Description Caldav Test'
priority: 3
done: false
created_by_id: 15
project_id: 36
index: 42
due_date: 2023-03-01 15:00:00
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
bucket_id: 38
position: 42
- id: 44
uid: 'uid-caldav-test-child-task-2'
title: 'Child task for Caldav Test '
description: 'Description Caldav Test'
priority: 3
done: false
created_by_id: 15
project_id: 38
index: 43
due_date: 2023-03-01 15:00:00
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
bucket_id: 38
position: 43
- id: 45
uid: 'uid-caldav-test-parent-task-another-list'
title: 'Parent task for Caldav Test'
description: 'Description Caldav Test'
priority: 3
done: false
created_by_id: 15
project_id: 36
index: 44
due_date: 2023-03-01 15:00:00
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
bucket_id: 38
position: 44
- id: 46
uid: 'uid-caldav-test-child-task-another-list'
title: 'Child task for Caldav Test '
description: 'Description Caldav Test'
priority: 3
done: false
created_by_id: 15
project_id: 38
index: 45
due_date: 2023-03-01 15:00:00
created: 2018-12-01 01:12:04
updated: 2018-12-01 01:12:04
bucket_id: 38
position: 45