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

#167190447 Implement user notification #34

Merged
merged 1 commit into from
Aug 8, 2019

Conversation

chuxmykel
Copy link
Contributor

What does this PR do?

This PR implements notifications for different events on the app.

Description of the task to be completed.

  • create notification modules
  • setup in-app, email and push notifications
  • write endpoints to manage notifications

How can this be manually tested?

  • visit the review app that will be created for this PR and then hit the following routes
    • GET notifications/ to get all notifications for a specific user
    • PATCH notifications/<id>/read to mark a specific article as read
    • PATCH notifications/read to mark all articles as read
    • PATCH notifications/email/subscribe to subscribe to email notifications
    • DELETE notifications/email/subscribe to unsubscribe to email notifications

What are the relevant Pivotal Tracker stories?

Copy link
Contributor

@Lundii Lundii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@obayomi96 obayomi96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

- create notification modules
- setup in-app, email and push notifications
- write endpoints to manage notifications

[Delivers #167190447]
@chuxmykel chuxmykel force-pushed the ft/167190447-user-notification branch from fef2e34 to 5394e07 Compare August 8, 2019 16:25
@topseySuave topseySuave merged commit 894e301 into develop Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Please review me Needs review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants