Open
Description
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'
}