PathwayCommons / pathways-search

A web app to search pathways in Pathway Commons
http://www.pathwaycommons.org/pathways/
MIT License
2 stars 4 forks source link

datasource caching #149

Closed d2fong closed 7 years ago

d2fong commented 7 years ago

Every time someone clicks on search options, it sends a request to pc for a list of datasources.

Just get the data sources once and then do client side computation with those datasources.