Skip to content

Commit

Permalink
fix: Implement default programs to discover the platform community op…
Browse files Browse the repository at this point in the history
…tions - MEED-7343 - MEED-2836 - Meeds-io/meeds#2322 - Meeds-io/meeds#2321 (#516)

This PR will Implement a default programs to discover the platform
community options
  • Loading branch information
AzmiTouil authored Aug 23, 2024
1 parent 6e4f32e commit d248eb5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
19 changes: 19 additions & 0 deletions kudos-services/src/main/resources/default-rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"rules": [
{
"event": "sendKudos",
"score": 75,
"appendEmoji": "\uD83D\uDE18",
"programTitle": "Community Empowerment",
"defaultRealizationStatus": "ACCEPTED"
},
{
"event": "receiveKudos",
"score": 100,
"appendEmoji": "\uD83D\uDE0D",
"programTitle": "Community Empowerment",
"defaultRealizationStatus": "ACCEPTED"
}
]
}

Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ gamification.event.description.sendKudos=You have sent a Kudos
gamification.event.title.receiveKudos=Kudos : Receive kudos
gamification.event.description.receiveKudos=You have received a Kudos
gamification.event.display.congratulate=Congratulate

gamification.defaultProgram.rule.sendKudos.title=Send Kudos
gamification.defaultProgram.rule.sendKudos.description=Recognize your peers for their contributions by sending them kudos. Congratulate someone for the work done. Thank people for sharing knowledge. Highlight the community work, a collaboration so that value your peers. Be sincere, save your Kudos for someone that deserves to be praised. Make it a special moment!

gamification.defaultProgram.rule.receiveKudos.title=Receive Kudos
gamification.defaultProgram.rule.receiveKudos.description=You have received kudos from community people. You are getting valued and building your reputation. Keep going! Don't collude to receive Kudos with friends. Be sincere with your kudos, save them for someone that really deserves to be praised.

0 comments on commit d248eb5

Please sign in to comment.