Skip to content

Commit

Permalink
PR Review
Browse files Browse the repository at this point in the history
  • Loading branch information
AzmiTouil committed Aug 29, 2024
1 parent 8c2afd5 commit edd9f9d
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions kudos-services/src/main/resources/default-rules.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
{
"rules": [
"descriptors": [
{
"nameId": "sendKudos",
"names": {
"en": "gamification.defaultProgram.rule.sendKudos.title"
},
"descriptions": {
"en": "gamification.defaultProgram.rule.sendKudos.description"
},
"event": "sendKudos",
"score": 75,
"appendEmoji": "\uD83D\uDE18",
"programTitle": "Community Empowerment",
"programNameId": "communityEmpowerment",
"defaultRealizationStatus": "ACCEPTED"
},
{
"nameId": "receiveKudos",
"names": {
"en": "gamification.defaultProgram.rule.receiveKudos.title"
},
"descriptions": {
"en": "gamification.defaultProgram.rule.receiveKudos.description"
},
"event": "receiveKudos",
"score": 100,
"appendEmoji": "\uD83D\uDE0D",
"programTitle": "Community Empowerment",
"programNameId": "communityEmpowerment",
"defaultRealizationStatus": "ACCEPTED"
}
]
Expand Down

0 comments on commit edd9f9d

Please sign in to comment.