Sha256: da861ee5bbd93b81eb9a981c8e9b2f46f34947435b411a90251535e1fa870db0

Contents?: true

Size: 1.57 KB

Versions: 4

Compression:

Stored size: 1.57 KB

Contents

--- !omap
- first:
    id: 1
    created_at: 2007-06-11
    backlog_id: 1
    period_id: 2
    description: first task
    position: 1
- another:
    id: 2
    created_at: 2007-06-12
    backlog_id: 1
    period_id: 3
    description: second task
    position: 1
- postponed:
    id: 3
    created_at: 2007-06-12
    backlog_id: 1
    period_id: 3
    description: postponed task
    position: NULL
    finished_at: 2007-08-02 14:15:42
    resolution: POSTPONED
- started:
    id: 4
    created_at: 2007-08-02 14:15:42
    backlog_id: 2
    period_id: 3
    description: third task
    position: 2
- in_last_period:
    id: 5
    created_at: 2007-08-02 14:15:42
    backlog_id: 1
    period_id: 4
    description: task in last period
    initial_estimate: 1.0
    position: 1
    previous_task_id: 3
- not_planned:
    id: 6
    created_at: 2007-08-02 14:15:42
    backlog_id: 1
    description: unplanned task
    position: 1
- supertask:
    id: 7
    created_at: 2007-06-12
    backlog_id: 1
    period_id: 3
    description: super task
    position: 3
- subtask:
    id: 8
    created_at: 2007-06-12
    parent_id: 7
    description: sub task
    position: 1
- in_ancient:
    id: 9
    created_at: 2007-06-03
    backlog_id: 1
    period_id: 1
    description: ancient task
    position: 1
- subsubtask_2:
    id: 10
    created_at: 2007-06-12
    parent_id: 8
    description: sub sub task
    position: 1
- completed:
    id: 11
    created_at: 2007-06-12
    backlog_id: 1
    period_id: 3
    description: completed task
    position: NULL
    finished_at: 2007-08-02 14:15:42
    resolution: COMPLETED

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
backlog-0.14.1 test/fixtures/tasks.yml
backlog-0.14.2 test/fixtures/tasks.yml
backlog-0.14.3 test/fixtures/tasks.yml
backlog-0.14.4 test/fixtures/tasks.yml