cBioPortal / icebox

very low priority issues
0 stars 0 forks source link

Query created in study view could be too big for submission via localStorage #46

Open alisman opened 6 years ago

alisman commented 6 years ago

What should we do in this case? Unlikely but possible. We should think about it. Right now we just alert the user "Query too big to submit"

jjgao commented 6 years ago

@alisman what would be the limit? e.g. number of samples.

alisman commented 6 years ago

@jj I can fit about 150,000 sampleIds ("mixed_pipseq_2017:PIP13-21968-T1") in localStorage before we hit limit.

jjgao commented 6 years ago

@alisman when we have so many samples, we may need another solution, e.g. let the backend api to handle sample IDs.