Files
fizzy/test/fixtures/bubbles.yml
T
Jason Zimdars 56c7fe4abb Add assignees to a bubble WIP
- Still needs UI to display multiple assignees
- Still needs UI for changing/removing assignees
2024-09-17 17:10:23 -05:00

21 lines
462 B
YAML

# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
title: The logo isn't big enough
body: Make the logo bigger.
color: '#ED8008'
creator: :david
due_on: <%= 3.days.from_now %>
two:
title: Layout is broken
body: The page scrolls horizontally on mobile devices.
color: '#698F9C'
creator: :jz
three:
title: The text is too small
body: Increase the font size.
color: '#3B4B59'
creator: :kevin