36ee253a1a
We had client-side notification stacking in the tray since launch, but now we want to stack notifications in the notifications page, in API responses and in email bundles.
30 lines
837 B
YAML
30 lines
837 B
YAML
logo_assignment_kevin:
|
|
id: <%= ActiveRecord::FixtureSet.identify("logo_assignment_kevin", :uuid) %>
|
|
user: kevin_uuid
|
|
source: logo_assignment_km_uuid (Event)
|
|
card: logo_uuid
|
|
unread_count: 2
|
|
created_at: <%= 1.week.ago %>
|
|
creator: david_uuid
|
|
account: 37s_uuid
|
|
|
|
layout_commented_kevin:
|
|
id: <%= ActiveRecord::FixtureSet.identify("layout_commented_kevin", :uuid) %>
|
|
user: kevin_uuid
|
|
source: layout_commented_uuid (Event)
|
|
card: layout_uuid
|
|
unread_count: 1
|
|
created_at: <%= 1.week.ago %>
|
|
creator: david_uuid
|
|
account: 37s_uuid
|
|
|
|
logo_mentioned_david:
|
|
id: <%= ActiveRecord::FixtureSet.identify("logo_mentioned_david", :uuid) %>
|
|
user: david_uuid
|
|
source: logo_comment_david_mention_by_jz_uuid (Mention)
|
|
card: logo_uuid
|
|
unread_count: 2
|
|
created_at: <%= 1.week.ago %>
|
|
creator: david_uuid
|
|
account: 37s_uuid
|