-
Notifications
You must be signed in to change notification settings - Fork 4
663: Handle case where 0 point users are given achievements #706
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 |
|
/deploy |
|
The command to deploy to staging for the commit 5c4b0a9 has been triggered. View action run |
Title663: Handle case where 0 point users are given achievements PR TypeBug fix, Tests Description
Diagram Walkthroughflowchart LR
A["Fetch ranked users"] -- "filter totalScore > 0" --> B["usersWithPoints"]
B -- "take top N" --> C["winners"]
C -- "createAchievement" --> D["AchievementRepository"]
|
| Relevant files | |||
|---|---|---|---|
| Bug fix |
| ||
| Tests |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
src/main/java/org/patinanetwork/codebloom/common/components/LeaderboardManager.java
Show resolved
Hide resolved
src/main/java/org/patinanetwork/codebloom/common/components/LeaderboardManager.java
Show resolved
Hide resolved
src/main/java/org/patinanetwork/codebloom/common/components/LeaderboardManager.java
Show resolved
Hide resolved
b5c771f to
d273630
Compare
|
/deploy |
|
The command to deploy to staging for the commit d273630 has been triggered. View action run |
|
/deploy |
|
The command to deploy to staging for the commit d273630 has been triggered. View action run |
|
/deploy |
|
The command to deploy to staging for the commit d273630 has been triggered. View action run |
d273630 to
f4746f5
Compare
|
/deploy |
|
The command to deploy to staging for the commit f4746f5 has been triggered. View action run |
Commit Validation FailedThe following commits do not start with the required Notion ID Please rebase and update your commit messages. |
7df39d2 to
9b09554
Compare
|
/deploy |
|
The command to deploy to staging for the commit 9b09554 has been triggered. View action run |
9b09554 to
5df1025
Compare
|
/deploy |
|
The command to deploy to staging for the commit 5df1025 has been triggered. View action run |
5df1025 to
a78a670
Compare
attempted fixes attemptef fixes
a78a670 to
0f41d5a
Compare
|
/deploy |
|
The command to deploy to staging for the commit 0f41d5a has been triggered. View action run |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
663
Description of changes
Checklist before review
Screenshots
Dev
When Alex has 8500 points
When Alex has 0:
Screen.Recording.2026-01-31.at.5.03.08.PM.mov
Staging