Sha256: 944e4e962eb6de9e65dcf182fa7de53fcba3595227d1c75b013368bdf7e61dd7

Contents?: true

Size: 1.36 KB

Versions: 6

Compression:

Stored size: 1.36 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
    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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
backlog-0.10.4 test/fixtures/tasks.yml
backlog-0.10.5 test/fixtures/tasks.yml
backlog-0.10.3 test/fixtures/tasks.yml
backlog-0.10.7 test/fixtures/tasks.yml
backlog-0.10.6 test/fixtures/tasks.yml
backlog-0.10.8 test/fixtures/tasks.yml