Skip to content
  1. May 07, 2022
    • Miguel Reboiro-Jato's avatar
      Makes DataService.getDatabase() private · 2eec70ca
      Miguel Reboiro-Jato authored
      The DataService.getDatabase() method should not be used by the
      components or other classes, as returning the whole database can
      only be done with the current database desing, limiting the
      creation of other implementations of this service.
      
      Therefore, this method has been made private, in order to avoid
      errors.
      2eec70ca
    • Miguel Reboiro-Jato's avatar
      Cleans and reformats code · bd15bc13
      Miguel Reboiro-Jato authored
      Code has been cleaned and reformatted to unify code formating, as
      some format elements were not consistent (e.g. mixed single and
      double quotes, missing ending semicolons, etc.).
      bd15bc13
    • aggonzalez's avatar
      Adds pagination to results view · b3981a67
      aggonzalez authored and Miguel Reboiro-Jato's avatar Miguel Reboiro-Jato committed
      The results view now has a paginated table.
      
      In addition, the home view checks with the database if a family has
      results when it is clicked and the family search field also checks if
      the family searched exists and has results.
      b3981a67
    • aggonzalez's avatar
      Adds pagination to family view · 4c1c38bd
      aggonzalez authored and Miguel Reboiro-Jato's avatar Miguel Reboiro-Jato committed
      The family view now show the results table with pagination.
      4c1c38bd
    • aggonzalez's avatar
      Adds information and newick tree to the database · 97f2a900
      aggonzalez authored and Miguel Reboiro-Jato's avatar Miguel Reboiro-Jato committed
      The database object now includes a name and description, and the
      Newick tree.
      
      This commit adapts the code to this change, using the database title
      in the page header and taking the Newick tree from the database.
      97f2a900
  2. Mar 28, 2022
    • Miguel Reboiro-Jato's avatar
      Reviews results view · ee29e518
      Miguel Reboiro-Jato authored
      Results view has been reviewed and simplified by delegating some of
      the logic in the DataService and in a model class (SpeciesRow)
      specific for the view.
      ee29e518
  3. Mar 25, 2022
  4. Mar 18, 2022
  5. Mar 07, 2022
  6. Jan 24, 2022