Skip to content

Commit

Permalink
Merge pull request #118 from alkem-io/notifications-107
Browse files Browse the repository at this point in the history
Aspect notifications
  • Loading branch information
valentinyanakiev authored May 20, 2022
2 parents ecbf2b7 + fc9a212 commit 5e7681a
Show file tree
Hide file tree
Showing 20 changed files with 698 additions and 336 deletions.
29 changes: 29 additions & 0 deletions notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,32 @@ recipients:
- rule:
type: USER_SELF_MANAGEMENT
resource_id: <memberID>
aspect_created:
- name: admin
rules:
- rule:
type: HUB_ADMIN
resource_id: <hubID>
- rule:
type: CHALLENGE_ADMIN
resource_id: <challengeID>
- rule:
type: OPPORTUNITY_ADMIN
resource_id: <opportunityID>
- name: user
rules:
- rule:
type: HUB_MEMBER
resource_id: <hubID>
- rule:
type: CHALLENGE_MEMBER
resource_id: <challengeID>
- rule:
type: OPPORTUNITY_MEMBER
resource_id: <opportunityID>
aspect_comment_created:
- name: owner
rules:
- rule:
type: USER_SELF_MANAGEMENT
resource_id: <ownerID>
Loading

0 comments on commit 5e7681a

Please sign in to comment.