Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor bonus calculation in EducationController
The bonus calculation has been refactored in the EducationController. Specifically, we've introduced a bonusPercentage that is determined by the bonusCount divided by 5. Then, this bonusPercentage is utilized to calculate the bonusAmount, which gets factored into the final XP award.
- Loading branch information