Skip to content
Snippets Groups Projects
  1. Oct 29, 2024
  2. Dec 12, 2023
  3. Oct 31, 2023
    • K.Filippopolitis's avatar
      Qa fixes (#73) · 95f246f0
      K.Filippopolitis authored
      * Removed the 'Exareme' restriction requiring all algorithm names to be in uppercase.
      
      * Fixed a bug in which we incorrectly expected the algorithm parameter to contain the variable "default" instead of "default_value."
      
      * Fixed a bug in which we incorrectly converted incoming str to int.
  4. Sep 06, 2023
    • ThanKarab's avatar
      Removed exareme1 completely. · 7a52eee5
      ThanKarab authored
      Major code cleanup.
      Renamed AlgorithmDTOs to AlgorithmSpecificationDTO.
      Converted all DTOs to records.
      Moved Exareme2 specific DTOs to separate folder.
      Split the ExperimentDTO used in the request to an ExperimentExecutionDTO.
      Logs refactoring.
      7a52eee5
    • ThanKarab's avatar
      Pathologies API refactoring. · f509c1f5
      ThanKarab authored
      Converted all DTOs to records, except from CommonDataElement because we need to modify it.
      Created a PathologyService and extracted all complexity from the Controller.
      Renamed the MetadataHierarchyDTO to PathologyMetadataDTO.
      Created a new PathologyMetadataGroupDTO class for the metadata groups. The PathologyMetadataDTO class has more properties now that were not included previously.
      Removed the Exareme2AttributesDTO, getting the internal info hardcoded, maybe we should change that in the future.
      f509c1f5
    • ThanKarab's avatar
    • ThanKarab's avatar
      Moved eu.hbp.mip to hbp.mip · fe7a0781
      ThanKarab authored
      fe7a0781