Files
fizzy/test/fixtures/cards.yml
T
2025-09-24 14:09:41 +02:00

37 lines
820 B
YAML

logo:
collection: writebook
creator: david
column: writebook_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
column: writebook_triage
title: Layout is broken
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= 1.week.ago %>
text:
collection: writebook
creator: kevin
column: writebook_in_progress
title: The text is too small
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= 1.week.ago %>
shipping:
collection: writebook
creator: kevin
column: writebook_triage
title: We need to ship the app
created_at: <%= 1.week.ago %>
status: published
last_active_at: <%= 1.week.ago %>