- 29 Nov, 2016 6 commits
-
-
HERBERT Ryan authored
Previously patient and run lists has filtering. Generic sample_sets now have filtering too.
-
HERBERT Ryan authored
Due to the amount of data being applied there was a considerable amount of overhead involved in creating an object for each row in the query. In order to attempt to preserve some of the generic code, the models have been converted to helper classes.
-
HERBERT Ryan authored
-
HERBERT Ryan authored
Making things as generic as possible. The view now relies on a set of methods provided by the model in order to generate each row in the table
-
HERBERT Ryan authored
In order to make it more clear what kind of sample set is being viewed
-
HERBERT Ryan authored
Although not entirely abstract these are the views used to create generic sample_sets, as in sample_sets that are neither runs nor patients.
-