Skip to content

Notification Design Document #5813

Open
@iamareebjamal

Description

@iamareebjamal

Current notification schema is naive and not scalable. This needs to change. This issue will track the required changes in notification schema

notification {
  actor {
    user {
      id: 345
      name: 'Areeb Jamal'
    }
  }
  target {
    type: 'order'
    order {
      id: 'OH-232353'
      link: 'https://whatevs.com'
    }
  }
  type: 'order-complete'
  automated: true
  time: '2019-10-10::10:00:00::-5:30'
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions