-
Notifications
You must be signed in to change notification settings - Fork 4
698: Added "view full leaderboard" message to both weekly update and … #710
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
base: main
Are you sure you want to change the base?
Conversation
Available PR Commands
See: https://github.com/tahminator/codebloom/wiki/CI-Commands |
Title698: Added "view full leaderboard" message to both weekly update and … PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
A["DiscordClubManager embeds"] -- "append link line" --> B["Completed message"]
A -- "append link line" --> C["Weekly update message"]
B -- "format with clubName & tag" --> D["Leaderboard URL with query"]
C -- "format with clubName & tag" --> D
|
| Relevant files | |||
|---|---|---|---|
| Enhancement |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
src/main/java/org/patinanetwork/codebloom/common/components/DiscordClubManager.java
Show resolved
Hide resolved
src/main/java/org/patinanetwork/codebloom/common/components/DiscordClubManager.java
Show resolved
Hide resolved
src/main/java/org/patinanetwork/codebloom/common/components/DiscordClubManager.java
Show resolved
Hide resolved
|
/deploy |
|
The command to deploy to staging for the commit d700b0d has been triggered. View action run |
|
/deploy |
|
The command to deploy to staging for the commit 905267f has been triggered. View action run |
d700b0d to
c62b757
Compare
|
/deploy |
|
The command to deploy to staging for the commit c62b757 has been triggered. View action run |
…completed embed messages
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
/deploy |
|
The command to deploy to staging for the commit 7fa8108 has been triggered. View action run |
698
…completed embed messages
Description of changes
Updated the Discord embed message to include the following line:
View the full leaderboard for {clubName} users at https://codebloom.patinanetwork.org/leaderboard?{tag}=trueChecklist before review
Screenshots
Dev
New Leaderboard message:

Weekly message:

Staging