Files
fizzy/test/fixtures/cards.yml
T
David Heinemeier Hansson 760cbb6c99 Drop boosts
Killed by design.
2025-04-12 18:52:54 +02:00

36 lines
779 B
YAML

logo:
collection: writebook
creator: david
title: The logo isn't big enough
due_on: <%= 3.days.from_now %>
created_at: <%= 1.week.ago %>
activity_score: 7
status: published
last_active_at: <%= Time.current %>
layout:
collection: writebook
creator: david
title: Layout is broken
created_at: <%= 1.week.ago %>
activity_score: 1
status: published
last_active_at: <%= Time.current %>
text:
collection: writebook
creator: kevin
title: The text is too small
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= Time.current %>
stage: qa_in_progress
shipping:
collection: writebook
creator: kevin
title: We need to ship the app
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= Time.current %>