cilantro
cilantro copied to clipboard
Official client for Harvest (http://harvest.research.chop.edu)
This corresponds to cbmi/serrano#143 which offloads re-counts and other stats to a separate endpoint that can be requested/managed independent of saving context, view and query objects. An approach would be...
A little UX corner case: When the filters region is displayed next to the results region, currently when the filters are changed by toggling or deletion, first the query count...
People might like to contribute to the documentation, so it would be good to have a link to https://github.com/cbmi/cilantro/tree/gh-pages in Cilantro's CONTRIBUTORS.md and also in https://github.com/cbmi/cilantro/blob/gh-pages/_posts/2013-06-06-contributing.md
Currently, all controls are field-level which enables constructing arbitrary conditions in the scope of a field. In some cases, however, arbitrary conditions between fields within a concept may be desirable....
I happen to want to suppress charts and stats for a single category, encompassing a number of multi-field concepts. It's somewhat painful to do this at the moment.
If columns are changed while results are loading, the load is not re-initiated upon clicking Save in the Change Columns dialog. Thus the old columns are seen when the results...
This ensures that sets created as a result of #358, any concepts that display object sets for query purposes are kept up to date.
The primary interface for this involves a button in the results workflow toolbar that opens a modal for creating a new set. The modal will consist of three fields, the...
This will use the one already defined in the repository as the template, but update the `"main"` option with an array of all built files.
Issue derived from #607 This is a refactor for controls to return a promise that will be resolved when validation is done. This will block the apply/update filter button and...