Open raffaelfoidl opened 2 years ago
In GitLab by @11775820 on Feb 5, 2022, 17:27
In order to reduce the amount of data sent over the web when accessing the history (#25) of an exercise, the following measures can be taken:
Pageable
List
ExerciseLogRepository
ExerciseDto
ExerciseLog
ExerciseHistoryItem
marked this issue as related to #25
In GitLab by @11775820 on Feb 5, 2022, 17:27
In order to reduce the amount of data sent over the web when accessing the history (#25) of an exercise, the following measures can be taken:
Pageable
instead ofList
fromExerciseLogRepository
ExerciseDto
and a list ofExerciseLog
s orExerciseHistoryItem