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 (#543)

This PR will Implement a default programs to discover the platform
community options
  • Loading branch information
AzmiTouil authored and exo-swf committed Aug 28, 2024
1 parent 4770a35 commit d9d1b05
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions wallet-services/src/main/resources/default-rules.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"rules": [
{
"event": "createWallet",
"score": 10,
"appendEmoji": "\uD83D\uDCB3",
"programTitle": "Getting Started",
"recurrence": "ONCE",
"defaultRealizationStatus": "ACCEPTED"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ gamification.event.description.createWallet=You Initialize your wallet

gamification.event.display.yourWallet=Your Wallet
gamification.achievement.cannotUpdateStatus.tooltip=Status cannot be updated as reward have been sent

gamification.defaultProgram.rule.createWallet.title=Initialize your wallet
gamification.defaultProgram.rule.createWallet.description=Initialize your wallet to receive rewards, to buy or sell products in the perkstore

0 comments on commit d9d1b05

Please sign in to comment.