Skip to content

Tenants should have notifications - #2672

Mark Harding requested to merge feat/tenant-notifs-2672 into master

Ticket(s) / Related Merge Requests

#2672 (closed)

Summary of Changes

Tenants now work with notifications

Testing Considerations

Vote up from another channel

Deployment Considerations

Apply the following schema to Cassandra:

ALTER TABLE notifications_mergeable ADD tenant_id int;

Regression Scope

Minimal, related to notifications

Platform Affected (web, mobile, etc)

API

Developer Testing Completed

@markharding 👍

Screenshots / Screen Recording

image

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out

Merge request reports