- Oct 23, 2021
-
-
Agustin Ruiz Diaz Cambon authored
60% coverage with unit test in parameterService ParameterDataBaseLoader init database is now async ERCalculator tests error messages fixed ParameterService GetDefaultWeight fixed
-
- Oct 22, 2021
-
-
Agustin authored
getDefaultWeights/ExtraData are now GET instead of POST. updateParameterValue has changed the way it receives parameters, see swagger documentation, which has been updated. (fefo you have been warned) default extra data model has been changed to allow bigger values. updateEquationConstants was split into 3 functions, to accomodate each possible parameter type. an error is now returned if no rows are affected by an update.
-
Agustin authored
-
- Oct 20, 2021
-
-
Agustin Ruiz Diaz Cambon authored
-
- Oct 19, 2021
-
-
Agustin authored
Validator now performs more checks, removed those checks from other code to make it simpler
-
Agustin authored
-
Ignacio Otero authored
-
- Oct 18, 2021
-
-
Agustin authored
-
- Oct 17, 2021
-
-
Agustin authored
-
- Oct 16, 2021
-
-
Agustin authored
Also updates some error messages and environment variables
-
- Oct 14, 2021
-
-
Renzo Beux authored
-
Renzo Beux authored
-
- Oct 13, 2021
-
-
Agustin Ruiz Diaz Cambon authored
-
- Oct 09, 2021
-
-
Agustin Ruiz Diaz Cambon authored
-
- Oct 08, 2021
- Oct 07, 2021
-
-
Agustin authored
-
Agustin Ruiz Diaz Cambon authored
-
- Oct 04, 2021
-
-
Agustin authored
This hasn't been correctly verified yet
-
- Oct 03, 2021
-
-
Agustin Ruiz Diaz Cambon authored
-
- Sep 30, 2021
-
-
Agustin authored
-
- Sep 29, 2021
-
-
Julieta Dubra Raimunde authored
-
- Sep 28, 2021
-
-
Agustin Ruiz Diaz Cambon authored
-
- Sep 27, 2021
-
-
Renzo Beux authored
-
- Sep 25, 2021
- Sep 23, 2021
- Sep 22, 2021
-
-
Agustin authored
Calculations work but the actual values returned haven't been checked
-
- Sep 20, 2021
-
-
Agustin authored
Also changes extra data dto to separate maternity data for age groups 18 to 29 and 30 to 59
-
- Sep 19, 2021
-
-
Agustin authored
-
Agustin Ruiz Diaz Cambon authored
-
Agustin authored
New DTOs for passage of extra data to use in calculations, changes to calculation controller and service to use new data received from frontend.
-
Agustin authored
New DTOs for passage of extra data to use in calculations, changes to calculation controller and service to use new data received from frontend.
-
- Sep 18, 2021
-
-
Ignacio Bengoa Nion authored
-
- Sep 17, 2021
-
-
Agustin authored
Calculator controller now also logs errors.
-
- Sep 16, 2021
-
-
Agustin Ruiz Diaz Cambon authored
-
Agustin Ruiz Diaz Cambon authored
calculator route updated, AgeGroupJSON new definition, EnergeticRequirement totalOfPeople field added, Parser updated.
-
- Sep 15, 2021
-
-
Agustin authored
ParserService created for parsing and unparsing of AgeGroups, DTOs created (AgeGroupJSON, GroupEnergeticRequisement) , changed DTOs (CalculatorResponseDTO) and enums (AgeBracket, Sex) and fixes to Calculator Service, ERCalculator and ParameterService. Tested once against original excel.
-