Files
fizzy/test/fixtures/cards.yml
T
David Heinemeier Hansson 1114679c20 Remove activity score columns
2025-04-18 17:05:17 +02:00

34 lines
739 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 %>
status: published
last_active_at: <%= Time.current %>
layout:
collection: writebook
creator: david
title: Layout is broken
created_at: <%= 1.week.ago %>
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 %>