Skip to content

Commit

Permalink
Add new event notifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin committed Sep 3, 2018
1 parent 8058cef commit 4e65b8b
Showing 1 changed file with 42 additions and 15 deletions.
57 changes: 42 additions & 15 deletions notifications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,45 @@ The Keyclic service can notify users when some actions are made.
Notifications sent by action
----------------------------

+------------------------------+-------------------------+------------------------------------------------------------------------+
| Action | Notification Type | Target |
+==============================+=========================+========================================================================+
| Report is created | Email + Push smartphone | Administrators |
+------------------------------+-------------------------+------------------------------------------------------------------------+
| Report is closed | Push smartphone | The user who made the feedback |
| | | |
| | | Users who commented and supported to the feedback |
+------------------------------+-------------------------+------------------------------------------------------------------------+
| Operation assigned | Push smartphone | Member assigned to the operation |
+------------------------------+-------------------------+------------------------------------------------------------------------+
| Report(s) exported | Email | Administrator who sent the request |
+------------------------------+-------------------------+------------------------------------------------------------------------+
| Feedback to moderate | Push smartphone | Moderators |
+------------------------------+-------------------------+------------------------------------------------------------------------+
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Action | Notification Type | Target |
+==============================+=========================+==========================================================================+
| Feedback to moderate | Push smartphone | Moderators |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Feedback is commented | Push smartphone | The user who made the feedback |
| | | |
| | | Users who commented or supported to the feedback |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Report is created | Email + Push smartphone | Administrators |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Report is accepted | Push smartphone | The user who made the feedback |
| | | |
| | | Users who commented or supported to the feedback |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Report is closed | Push smartphone | The user who made the feedback |
| | | |
| | | Users who commented or supported to the feedback |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Report is refused | Push smartphone | The user who made the feedback |
| | | |
| | | Users who commented or supported to the feedback |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Delegated report is accepted | Push smartphone | Administrators of parent report |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Delegated report is closed | Push smartphone | Administrators of parent report |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Delegated report is refused | Push smartphone | Administrators of parent report |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Operation assigned | Push smartphone | Member assigned to the operation |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Operation resolved | Push smartphone | Administrators |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Operation is commented | Push smartphone | Member assigned to the operation |
| | | |
| | | Members who commented the operation |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Feedback to review | Push smartphone | Reviewer |
+--------------------------------+-------------------------+------------------------------------------------------------------------+
| Report(s) exported | Email | Administrator who sent the request |
+--------------------------------+-------------------------+------------------------------------------------------------------------+

0 comments on commit 4e65b8b

Please sign in to comment.