Adds a "Select All" button to allow a user to easily include all diseases (and all samples) in a query without manually selecting all the diseases.
There seem to be a couple of places where this button could go; I thought placing it under disease type set (see screen shot below) made the most sense but I'm open to suggestions.
This is still WIP. I need to revise lines 166-169 in queryBuilderComponents.js to create a working function to add all the diseases to the query.
@rdvelazquez I would move the button beside the clear button. I would also make it a green bg with white text so that it has a clear contrast to the "clear" button.
Closes #99.
Adds a "Select All" button to allow a user to easily include all diseases (and all samples) in a query without manually selecting all the diseases.
There seem to be a couple of places where this button could go; I thought placing it under disease type set (see screen shot below) made the most sense but I'm open to suggestions.
This is still WIP. I need to revise lines 166-169 in
queryBuilderComponents.js
to create a working function to add all the diseases to the query.