Skip to content

Releases: mastainvin/alzios_api

v1.2.2

01 Nov 09:59
Compare
Choose a tag to compare
  • change cascade for trainingMethod in TrainingComponentId
  • same for exercise and user in UserExerciseDataId
  • add defaultNumberInProgam in Exercise to put a default value to the UserExerciseData
  • remove cascade for user in Serie
  • remove cascade for morphology in User
  • add deleteByUser method in SerieRepository
  • fix findTrainingsByUserId in TrainingRepository
  • add 'deleteByUserExerciseDataId_User' in UserExerciseDataRepository
    For BusinessLogicService :
  • add code to change organization of the week in function of trainings already done
  • add code to remove Series and UserExerciseDatas when user's delete is account

Full Changelog: v1.1.32...v1.2.2

v1.2.0

24 Oct 17:44
Compare
Choose a tag to compare

First version of the API for the release of the application

Full Changelog: v1.1.31...v1.2.0

v1.1.32

17 Oct 18:09
Compare
Choose a tag to compare
  • corrected findTrainingsByUserId(String userId) SQL request

Full Changelog: v1.1.31...v1.1.32

v1.1.31

17 Oct 06:53
Compare
Choose a tag to compare
  • fixed training component's training methods :
    change controller to add trainings methods lists
    change TrainingComponentId
  • give training's type name and description when search for the training superset
  • fixed getBestSeries in the SerieRepository

Full Changelog: v1.1.1...v1.1.31

v1.1.1

06 Oct 14:13
Compare
Choose a tag to compare
  • improve business logic with training create in particular the cost function for every exercises

Full Changelog: v1.1...v1.1.1

v1.1

18 Aug 10:28
Compare
Choose a tag to compare
  • add equipment list to have differents choices of equipments (or)
  • remove println log inside file service

v1.0

08 Jul 09:14
Compare
Choose a tag to compare

First version of the api.