Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing notification system #256

Closed
Maxvanhattum opened this issue Oct 2, 2020 · 1 comment · Fixed by #322
Closed

Implementing notification system #256

Maxvanhattum opened this issue Oct 2, 2020 · 1 comment · Fixed by #322
Assignees
Labels
Notification system Every component needed to get the notification system working.

Comments

@Maxvanhattum
Copy link
Contributor

Is your feature request related to a problem? Please describe.
A notification systeem needs to be implemented, according to the designs. It needs to be able to track which users need to be notified for whatever notification that has to be send out, eg a new project from a user they follow, newsletter, GDPR updates etc. Moreover it needs to be able to send these notifications through different methods.

Describe the solution you'd like
The designs previously come up with need to be implemented. This entails new endpoints, additional or modified entities, new logic to handle registering notifications and to immediately set notifications to be displayed in the front-end, communication with a messagebroker, a standalone service which approaches the messagebroker and send the data to the specified way of notifying the user.

Additional context
This can be done only after the research and designing has been done.

@Maxvanhattum Maxvanhattum added the Notification system Every component needed to get the notification system working. label Oct 2, 2020
@Brend-Smits Brend-Smits added this to To do in Sprint 6 - Backend via automation Oct 11, 2020
@Brend-Smits Brend-Smits removed this from To do in Sprint 6 - Backend Nov 3, 2020
@Brend-Smits Brend-Smits added this to To do in Sprint 7 - Backend via automation Nov 3, 2020
@Brend-Smits Brend-Smits moved this from To do to In progress in Sprint 7 - Backend Nov 19, 2020
@niraymak
Copy link
Member

Issue will be implemented as mentioned in the research below.
https://drive.google.com/file/d/1C1L6Cs5hQu7KXpJAJt9Clwq0TdHFisoG/view?usp=sharing

Sprint 7 - Backend automation moved this from In progress to Done Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Notification system Every component needed to get the notification system working.
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants