Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

How to handle large amounts of episodes per podcast #86

Open
brittanydionigi opened this issue Aug 12, 2015 · 1 comment
Open

How to handle large amounts of episodes per podcast #86

brittanydionigi opened this issue Aug 12, 2015 · 1 comment
Labels

Comments

@brittanydionigi
Copy link
Collaborator

Doing a this.get('episodes') can result in a significant amount of records that might get limited. (emberjs/data#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
Copy link
Contributor

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 :-)

  • tofumatt

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. (emberjs/data#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:
#86

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

No branches or pull requests

2 participants