- Nov 22, 2023
-
-
Miguel Reboiro-Jato authored
The pagination and the predicted/putative toggle were not working. This commit fixes both errors.
-
- Nov 21, 2023
-
-
Miguel Reboiro-Jato authored
The pagination was not working because paginator and sort were associated to the datasource before the were initialized. This commit fixes this error and now pagination is working properly.
-
- Oct 02, 2023
-
-
Miguel Reboiro-Jato authored
Code has been reviewed to solve several errors, simplify some parts and to improve some components.
-
- Jun 06, 2022
-
-
aggonzalez authored
The results view now display a resume of the predictive and putative info about SKP1
-
- Jun 03, 2022
-
-
aggonzalez authored
Now all files are accessible via link from the view
-
- May 27, 2022
-
-
Miguel Reboiro-Jato authored
The reference to files in the backend are now done using links.
-
- May 26, 2022
-
-
aggonzalez authored
First test to show files in results component
-
- May 07, 2022
-
-
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.
-
- Apr 01, 2022
-
-
Miguel Reboiro-Jato authored
The species results view now correctly supports changing between predicted and putative results in each row when both available.
-
- Mar 28, 2022
-
-
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.
-
aggonzalez authored
-
- Mar 18, 2022
-
-
aggonzalez authored
-
- Mar 07, 2022
-
-
Miguel Reboiro-Jato authored
A deep code review and refactorization has been made in order to improve the application structure.
-
Basic views for home, family and species results have been added.
-