statonlab / tripal_manage_analyses

GNU General Public License v3.0
0 stars 1 forks source link

Gene field #47

Closed bradfordcondon closed 5 years ago

bradfordcondon commented 5 years ago

This PR adds a gene field, and a connected child prop field. The idea is that when on a gene feature page, we want to display relevant child info in each field---- down just show props for the gene, show them for the connected mRNA and protein. Dont just show feature_cvterms for the gene, show them for the mRNA and protein too.

screen shot 2018-12-19 at 11 38 19 am

The master field will store all the expanded children, in a structure that mirrors the data (ie parent feature -> children -> children, with each child having all necessary info). Each additional field pulls in this information and displays whats relevant to it- the prop field looks in each child's featureprop, for example.