-
Notifications
You must be signed in to change notification settings - Fork 32
CON-72 Setup for Admin notifications feature #443
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
Open
Arusey
wants to merge
9
commits into
develop
Choose a base branch
from
story/CON-72-setup-notifications-admin
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- setup folder structure for implementing notifications structure - implement notification when admin has not been seen in a while [Delivers CON-72]
c4c3d9c
to
9bb532b
Compare
- add new model for adminnotifications [Delivers CON-71]
- add new model for adminnotifications [Delivers CON-71]
…is not seen in a while - setup queue manager for when notifications are sent - implement notifications when device is not seen in a while [Delivers CON-72]
8980de4
to
cb8c297
Compare
- add new model for adminnotifications [Delivers CON-71]
…is not seen in a while - setup queue manager for when notifications are sent - implement notifications when device is not seen in a while [Delivers CON-72]
cb8c297
to
1bb2408
Compare
- setup folder structure for implementing notifications structure - implement notification when admin has not been seen in a while [Delivers CON-72]
9e7c01d
to
10c7012
Compare
…tocancelled - add new model for adminnotifications - setup socketio for real time notifications - add query to get all notifications - add mutation to change the status of notification [Delivers CON-71]
7f0a249
to
421f621
Compare
421f621
to
eb87176
Compare
eb87176
to
6c3a1ff
Compare
6c3a1ff
to
bb0d9a6
Compare
670dfcb
to
9647f35
Compare
9647f35
to
9ccc092
Compare
vic3king
suggested changes
Jul 25, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @Arusey If this PR is still up for review could you please update the description on how to test it out? Thanks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This Pull request allows an administrator for the converge web app to receive notifications whenever a device has not been seen in a while.
Type of Change
How has this been tested
Checklist
JIRA
CON-72