Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Implement default programs to discover the platform community options - MEED-7343 - MEED-2836 - Meeds-io/meeds#2322 - Meeds-io/meeds#2321 #518

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions kudos-services/src/main/resources/default-rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"descriptors": [
{
"nameId": "sendKudos",
"names": {
"en": "gamification.defaultProgram.rule.sendKudos.title"
},
"descriptions": {
"en": "gamification.defaultProgram.rule.sendKudos.description"
},
"event": "sendKudos",
"score": 75,
"appendEmoji": "\uD83D\uDE18",
"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",
"programNameId": "communityEmpowerment",
"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 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.<br>Congratulate someone for the work done. Thank people for sharing knowledge.<br>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!<br>Don't collude to receive Kudos with friends. Be sincere with your kudos, save them for someone that really deserves to be praised.