cognoma / frontend

Frontend for Project Cognoma
http://cognoma.org/
Other
4 stars 22 forks source link

WIP Select-All Button for Diseases #108

Closed rdvelazquez closed 6 years ago

rdvelazquez commented 7 years ago

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.

image

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.

bdolly commented 7 years ago

@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.