Files
fizzy/test/fixtures/cards.yml
T
Jorge Manrubia 310b8ad4e9 Make sure we only detect activity spikes when we should
The detection logic wasn't really working before
2025-06-05 15:49:27 +02:00

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 %>