Kevin Murphy
Kevin Murphy
I've noticed that the query filter controls have sticky states, i.e. if the values are changes but the Update Filter button is not clicked, the altered values persist and can...
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
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...
I was just testing with harvest-openmrs and noticed that the R export fails with: AttributeError at /api/data/export/r/ 'NoneType' object has no attribute 'coded_labels' At line 50 of query/pipeline.py, the primary...
Although pretty minor, the Django 1.7 deprecations should be addressed. E.g.: ``` avocado/core/cache/managers.py:5: RemovedInDjango18Warning: `CacheManager.get_query_set` method should be renamed `get_queryset`. class CacheManager(models.Manager): avocado/core/managers.py:6: RemovedInDjango18Warning: `PassThroughManager.get_query_set` method should be renamed `get_queryset`....
I wanted to document indexing behavior, especially regarding the `indexable` attribute of DataField and DataConcept objects, but I'm not sure where to do that: create new DataField and DataConcept pages...
##### pedsnet The `fact_relationship`.`fact_id_1` and `fact_relationship`.`fact_id_2` are not indexed, which might affect some joins to the domain tables. Queries that need to look at a large portion of the rows...
Sometimes I wish I could distinguish between the PEDSnet vocabulary tables and the core tables. Maybe I want a tags column for tables (and fields?), or maybe I want the...