e6fe7f680d
It's kind of a long way to get from one to the other right now. Every event belongs to a bubble, so let's link them directly.
102 lines
2.3 KiB
YAML
102 lines
2.3 KiB
YAML
logo_published:
|
|
creator: david
|
|
bubble: logo
|
|
action: published
|
|
summary: logo_initial_activity
|
|
created_at: <%= 1.week.ago %>
|
|
|
|
logo_assignment_jz:
|
|
creator: david
|
|
bubble: logo
|
|
action: assigned
|
|
summary: logo_initial_activity
|
|
particulars: <%= { assignee_ids: [ ActiveRecord::FixtureSet.identify(:jz) ] }.to_json %>
|
|
created_at: <%= 1.week.ago + 1.hour %>
|
|
|
|
logo_boost_dhh:
|
|
creator: david
|
|
bubble: logo
|
|
action: boosted
|
|
summary: logo_initial_activity
|
|
created_at: <%= 1.week.ago + 2.hours %>
|
|
|
|
logo_assignment_km:
|
|
creator: david
|
|
bubble: logo
|
|
action: assigned
|
|
summary: logo_second_activity
|
|
particulars: <%= { assignee_ids: [ ActiveRecord::FixtureSet.identify(:kevin) ] }.to_json %>
|
|
created_at: <%= 1.day.ago %>
|
|
|
|
logo_boost_km1:
|
|
creator: kevin
|
|
bubble: logo
|
|
action: boosted
|
|
summary: logo_second_activity
|
|
created_at: <%= 1.day.ago + 1.hour %>
|
|
|
|
logo_boost_km2:
|
|
creator: kevin
|
|
bubble: logo
|
|
action: boosted
|
|
summary: logo_second_activity
|
|
created_at: <%= 1.day.ago + 2.hours %>
|
|
|
|
logo_boost_jz1:
|
|
creator: jz
|
|
bubble: logo
|
|
action: boosted
|
|
summary: logo_second_activity
|
|
created_at: <%= 1.day.ago + 3.hours %>
|
|
|
|
logo_boost_jz2:
|
|
creator: jz
|
|
bubble: logo
|
|
action: boosted
|
|
summary: logo_third_activity
|
|
created_at: <%= 1.hour.ago %>
|
|
|
|
layout_published:
|
|
creator: david
|
|
bubble: layout
|
|
action: published
|
|
summary: layout_initial_activity
|
|
created_at: <%= 1.week.ago %>
|
|
|
|
layout_commented:
|
|
creator: david
|
|
bubble: layout
|
|
action: commented
|
|
summary: layout_initial_activity
|
|
particulars: <%= { comment_id: ActiveRecord::FixtureSet.identify(:layout_overflowing_david) }.to_json %>
|
|
created_at: <%= 1.week.ago %>
|
|
|
|
layout_assignment_jz:
|
|
creator: david
|
|
bubble: layout
|
|
action: assigned
|
|
summary: layout_initial_activity
|
|
particulars: <%= { assignee_ids: [ ActiveRecord::FixtureSet.identify(:jz) ] }.to_json %>
|
|
created_at: <%= 1.hour.ago %>
|
|
|
|
text_published:
|
|
creator: kevin
|
|
bubble: text
|
|
action: published
|
|
summary: text_initial_activity
|
|
created_at: <%= 1.week.ago %>
|
|
|
|
shipping_published:
|
|
creator: kevin
|
|
bubble: shipping
|
|
action: published
|
|
summary: shipping_initial_activity
|
|
created_at: <%= 1.week.ago %>
|
|
|
|
shipping_popped:
|
|
creator: kevin
|
|
bubble: shipping
|
|
action: popped
|
|
summary: shipping_initial_activity
|
|
created_at: <%= 2.days.ago %>
|