Skip to content
  1. Oct 02, 2023
  2. May 12, 2022
    • aggonzalez's avatar
      Adds autocomplete and modifies dialog logic · 82c22279
      aggonzalez authored
      The description of the project is added in the tree view, the logic
      of the dialogs is modified so that it works generically with nodes
      with two or more families and the autocomplete in the search is added
      82c22279
  3. May 07, 2022
    • 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 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
  4. Mar 18, 2022
  5. Mar 07, 2022
  6. Jan 24, 2022