Skip to content

Commit

Permalink
feature(notifications): manager can get notification
Browse files Browse the repository at this point in the history
Manager can opt in to certain notification mode(email / in-app)
Manager can opt out to certain notification mode

[Finishes #169817550]
  • Loading branch information
victor-abz committed Jan 10, 2020
1 parent 9351436 commit 08282b8
Show file tree
Hide file tree
Showing 39 changed files with 1,359 additions and 48 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"env": {
"node": true,
"es6": true,
"mocha": true
"mocha": true,
"browser": true
},
"rules": {
"one-var": 0,
Expand Down
Loading

0 comments on commit 08282b8

Please sign in to comment.