mozilla / high-fidelity

HTML5 podcast app (for the Web, including FirefoxOS)
https://marketplace.firefox.com/app/podcasts
108 stars 40 forks source link

How to handle large amounts of episodes per podcast #86

Open brittanydionigi opened 9 years ago

brittanydionigi commented 9 years ago

Doing a this.get('episodes') can result in a significant amount of records that might get limited. (https://github.com/emberjs/data/issues/651) I believe the # of episodes we are displaying per podcast is dependent on these limited responses, and we just aren't surfacing any more than initially returned. Do we want to make sure users can get to every episode or are we ok with only displaying the most recent?

tofumatt commented 9 years ago

I would want every episode, especially as we get all that data across the wire anyway (we get the entire RSD feed back), so it's a bit of a waste not to use it all. I'd rather fix this bug than introduce the notion of "get more podcasts" in the episode list. I think :-)

On Wed, Aug 12, 2015 at 8:35 AM, .DS_Storoz notifications@github.com wrote:

Doing a this.get('episodes') can result in a significant amount of records that might get limited. (https://github.com/emberjs/data/issues/651) I believe the # of episodes we are displaying per podcast is dependent on these limited responses, and we just aren't surfacing any more than initially returned. Do we want to make sure users can get to every episode or are we ok with only displaying the most recent?

Reply to this email directly or view it on GitHub: https://github.com/mozilla/high-fidelity/issues/86