Files
fizzy/test/fixtures/cards.yml
T
David Heinemeier Hansson fb733b9a60 No more tracking commenting as an activity for sorting
We are doing away with all the automated activity scoring, but for now
lets just get rid of it for comments.
2025-04-12 10:50:25 +02:00

37 lines
797 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 %>
boosts_count: 5
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 %>