stephenneale / seng371-group16

Contains Group 16's work for SENG371 A02 - Group 16, Spring 2023
0 stars 1 forks source link

Update architecture diagram to show notifications system #26

Closed matt-lebl closed 1 year ago

matt-lebl commented 1 year ago

Update the high-level architecture (Mental Model) for the application you made as a development team. This architecture must show the new changes asked by the Clients.

matt-lebl commented 1 year ago

The client team sent us an RFC, and we can update the architecture diagram to include the notification system they asked for:

Notifications: We want to implement a notification system that will notify users when they receive new messages, notifications about marks, comments on assignments. This will help to keep users engaged and informed about activity on the platform.

This can be its own standalone system in the backend bubble, and it needs to communicate with some external messaging systems like email, SMS, etc.