Sha256: 1919d3171c7c672ddbcdb7449fb24f7378b8a1b38db1ba937764542a39eaf901

Contents?: true

Size: 1.59 KB

Versions: 2

Compression:

Stored size: 1.59 KB

Contents

--- !omap
- first:
    id: 1
    created_at: 2007-06-11
    project_id: 1
    period_id: 2
    description: first task
    position: 1
    notes: hullo
- another:
    id: 2
    created_at: 2007-06-12
    project_id: 1
    period_id: 3
    description: second task
    position: 1
- postponed:
    id: 3
    created_at: 2007-06-12
    project_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
    project_id: 2
    period_id: 3
    description: third task
    position: 2
- in_last_period:
    id: 5
    created_at: 2007-08-02 14:15:42
    project_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
    project_id: 1
    description: unplanned task
    position: 1
- supertask:
    id: 7
    created_at: 2007-06-12
    project_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
    project_id: 1
    period_id: 1
    description: ancient task
    position: 1
- subsubtask:
    id: 10
    created_at: 2007-06-12
    parent_id: 8
    description: sub sub task
    position: 1
- completed:
    id: 11
    created_at: 2007-06-12
    project_id: 1
    period_id: 3
    description: completed task
    position: NULL
    finished_at: 2007-08-02 14:15:42
    resolution: COMPLETED

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
backlog-0.37.2 test/fixtures/tasks.yml
backlog-0.37.1 test/fixtures/tasks.yml