statonlab / tripal_ssr

0 stars 0 forks source link

new organism level display field #23

Closed bradfordcondon closed 6 years ago

bradfordcondon commented 6 years ago

Currently we have a view, thats a list of features.

So this could be a specialized analysis page with a download link and a search function instead of the organism sidebar link to a big list of features thing we've got now, which really isn't that useful.

Search functionality... do we have analysis-linked search functionality? Because that seems pretty reasonable, and would be an elasticsearch issue unrelated to SSR.

see issue https://github.com/statonlab/hardwoods_site/issues/35

bradfordcondon commented 6 years ago

I should discuss with @almasaeed2010 . We have a field that wants a search box, thats the subset of features with SSRs. These features just for that organism, and are a) listed in an mview, and b) have a relationship to another feature of type: microsatellte( ssr).

How would this work? Would we have to create a seperate index? Could we co-opt the feature search index in some way?

bradfordcondon commented 6 years ago

Adding via ES is very tricky. Instead we'll use SQL.

bradfordcondon commented 6 years ago

26 implements.

I should consider making a "2.0" branch so that current master wouldnt break live site until i get a migration....

bradfordcondon commented 6 years ago

added to dev branch.