Sha256: 34a4e979eff7b2560debeba7b434271fc46abee5146e1bdc6d583d6a68f99847

Contents?: true

Size: 1.38 KB

Versions: 9

Compression:

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
backlog-0.11.0 test/fixtures/tasks.yml
backlog-0.12.0 test/fixtures/tasks.yml
backlog-0.12.2 test/fixtures/tasks.yml
backlog-0.12.1 test/fixtures/tasks.yml
backlog-0.12.4 test/fixtures/tasks.yml
backlog-0.12.3 test/fixtures/tasks.yml
backlog-0.14.0 test/fixtures/tasks.yml
backlog-0.13.1 test/fixtures/tasks.yml
backlog-0.13.0 test/fixtures/tasks.yml