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

Notification Service #49

Open
ClayMav opened this issue Aug 26, 2019 · 0 comments
Open

Notification Service #49

ClayMav opened this issue Aug 26, 2019 · 0 comments
Labels
back-end blocked 🚫 Blocked by other issue or external factor enhancement 🆕 New feature or request

Comments

@ClayMav
Copy link
Contributor

ClayMav commented Aug 26, 2019

GraphQL endpoint which takes in:

{
    "users": [],
    "message": {
        "type": "event",
        "text": {
            // info required for texts
        },
        "push": {
            // info required for push
        },
        "email": {
            // info required for email
        }
    }
}

and notifies all users accordingly
Preferably storing all notifications made in a mongodb database

@thomasfan100 thomasfan100 reopened this Sep 16, 2019
@ClayMav ClayMav added back-end enhancement 🆕 New feature or request blocked 🚫 Blocked by other issue or external factor labels Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end blocked 🚫 Blocked by other issue or external factor enhancement 🆕 New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants