56c7fe4abb
- Still needs UI to display multiple assignees - Still needs UI for changing/removing assignees
21 lines
462 B
YAML
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
|