Sha256: b8b4276fbb296edb409d7b3c9f2370ca2db4653f50db692df74f4bdd2e8ca6b3

Contents?: true

Size: 812 Bytes

Versions: 12

Compression:

Stored size: 812 Bytes

Contents

first:
  id: 1
  created_at: 2007-06-11
  backlog_id: 1
  period_id: 1
  description: first task
  position: 1
another:
  id: 2
  created_at: 2007-06-12
  backlog_id: 1
  period_id: 2
  description: second task
  position: 1
postponed:
  id: 3
  created_at: 2007-06-12
  backlog_id: 1
  period_id: 2
  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: 2
  description: third task
  position: 2
in_last_period:
  id: 5
  created_at: 2007-08-02 14:15:42
  backlog_id: 1
  period_id: 3
  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
  

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
backlog-0.7.10 test/fixtures/tasks.yml
backlog-0.7.12 test/fixtures/tasks.yml
backlog-0.7.11 test/fixtures/tasks.yml
backlog-0.7.2 test/fixtures/tasks.yml
backlog-0.7.3 test/fixtures/tasks.yml
backlog-0.7.5 test/fixtures/tasks.yml
backlog-0.7.4 test/fixtures/tasks.yml
backlog-0.7.6 test/fixtures/tasks.yml
backlog-0.7.7 test/fixtures/tasks.yml
backlog-0.7.8 test/fixtures/tasks.yml
backlog-0.7.9 test/fixtures/tasks.yml
backlog-0.8.0 test/fixtures/tasks.yml