mountetna / timur

Data browser for biologists
GNU General Public License v2.0
3 stars 6 forks source link

Add architecture to support using dictionaries from Magma. #179

Open jasondcater opened 6 years ago

jasondcater commented 6 years ago

Magma has dictionaries to defined data schema's and validation. We need a structure in Timur to take advantage of these dictionaries.

We could just download the dictionary sets required, or we could stream subsets of the dictionaries as needed.

I am currently working on finding a good location in the components to send the request events.

jasondcater commented 6 years ago

The branch jc-use-dictionary addresses this issue. This needs to be supported in Magma by the branch of the same name.