Skip to content

Implementing notification system #256

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

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
@niraymak
Copy link
Member

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

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
None yet
Development

Successfully merging a pull request may close this issue.

3 participants