You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5
5
6
6
## [UNRELEASED] 2026-02-19
7
7
### Added
8
-
-PointsHistoryDto: New DTO to encapsulate the response structure, including total points and the collection of user activities.
9
-
-PointEntryDto: New DTO for individual score entries, including points and formatted date strings.
8
+
-PointsHistoryResponseDto: New DTO to encapsulate the response structure, including total points and the collection of user activities.
9
+
-PointHistoryEntryDto: New DTO for individual score entries, including points and formatted date strings.
10
10
- GamificationMapper: Implementation of a dedicated mapper component to transform UserScoreDocument entities into PointEntryDto with null-safety logic.
11
11
- PointsService: Core interface definition for gamification point-related business operations.
12
12
- PointsServiceImpl: Implementation of the points history logic, featuring reactive stream processing and score aggregation.
0 commit comments