refactor(gamification): consolidate badge, character, season, and ranking modules#176
Merged
danielhe4rt merged 3 commits into4.xfrom Mar 17, 2026
Merged
refactor(gamification): consolidate badge, character, season, and ranking modules#176danielhe4rt merged 3 commits into4.xfrom
danielhe4rt merged 3 commits into4.xfrom
Conversation
…king modules
consolidate four separate gamification modules (badge, character, season, ranking) into a unified gamification module with proper namespacing and folder structure. remove entity-based architecture in favor of direct model usage to simplify codebase and reduce abstraction overhead. update all namespace references across identity and message modules to use new gamification structure. all 152 tests pass successfully.
…king modules
consolidate four separate gamification modules (badge, character, season, ranking) into a unified gamification module with proper namespacing and folder structure. remove entity-based architecture in favor of direct model usage to simplify codebase and reduce abstraction overhead. update all namespace references across identity and message modules to use new gamification structure. all 152 tests pass successfully.
gvieira18
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
badge,character,season, andrankingmodules into a single unifiedgamificationmoduleapp-modules/gamificationChanges
Consolidated Modules
gamification/src/Badge/gamification/src/Character/gamification/src/Season/Key Modifications
Modules\Gamification\*GamificationServiceProvidergamification/routes/identityandmessagemodulesRemoved
app-modules/badge/(merged)app-modules/character/(merged)app-modules/season/(merged)app-modules/ranking/(merged)Testing
All existing tests have been migrated and updated to work with the new module structure.