310b8ad4e9
The detection logic wasn't really working before
37 lines
788 B
YAML
37 lines
788 B
YAML
logo:
|
|
collection: writebook
|
|
creator: david
|
|
stage: qa_triage
|
|
title: The logo isn't big enough
|
|
due_on: <%= 3.days.from_now %>
|
|
created_at: <%= 1.week.ago %>
|
|
status: published
|
|
last_active_at: <%= 1.week.ago %>
|
|
|
|
layout:
|
|
collection: writebook
|
|
creator: david
|
|
stage: qa_triage
|
|
title: Layout is broken
|
|
created_at: <%= 1.week.ago %>
|
|
status: published
|
|
last_active_at: <%= 1.week.ago %>
|
|
|
|
text:
|
|
collection: writebook
|
|
creator: kevin
|
|
title: The text is too small
|
|
created_at: <%= 1.week.ago %>
|
|
status: published
|
|
last_active_at: <%= 1.week.ago %>
|
|
stage: qa_in_progress
|
|
|
|
shipping:
|
|
collection: writebook
|
|
creator: kevin
|
|
stage: qa_triage
|
|
title: We need to ship the app
|
|
created_at: <%= 1.week.ago %>
|
|
status: published
|
|
last_active_at: <%= 1.week.ago %>
|