Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

allow users to fetch additional models (>100) #388

Closed
nlwashington opened this issue May 29, 2014 · 2 comments
Closed

allow users to fetch additional models (>100) #388

nlwashington opened this issue May 29, 2014 · 2 comments

Comments

@nlwashington
Copy link
Collaborator

right now the grid viewer is hard-coded to fetch the top 100 targets. but i might want to see more. is there a way to fetch more? perhaps you can add a button to fetch the next 100?

@mellybelly mellybelly added this to the 2014-10 Release milestone Sep 13, 2014
@mellybelly mellybelly modified the milestones: 2014-10 Release, 2015-03 Release Mar 2, 2015
@nlwashington nlwashington assigned VincentIII and unassigned boesb Mar 2, 2015
@VincentIII
Copy link
Contributor

This seems like an issue that would be outside of the Phenogrid code. When in overview a limit of 10 per call is passed, where it will attach to the call only 10 each. If you manually set a limit for when loading a single species, it will load that, but if you don't a limit (like what is happening now), it will auto default to 100 after the call is already made.

I tried forcing the _loadSpeciesData function to load 150 instead when loading a single species and it does load upto 150 models, but the time it takes the load is noticeably longer. This could be implemented into phenogrid easily with a text-field or some sort of controls in Phenogrid, but it might be wise to make sure that passing a number higher than the default doesn't cause other loading issues

@harryhoch
Copy link
Contributor

not completed. discussion moved to monarch-initiative/phenogrid#137

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants