kennethlynne / ndcvideos.com

The official NDC conference video archive front-end
www.ndcvideos.com
30 stars 7 forks source link

Implement dynamic paging (or cutify) #146

Open arealmaas opened 10 years ago

arealmaas commented 10 years ago

img

Shits gets real when over 300 videos are pulled from Vimeo.. Could make it look cuter now, but it might be problem in the future when NDC have 600 videos they want to import. And the response time is about 3 seconds to get all the videos from Vimeo, because you can only fetch 50 at the time.

The first solution is to make it look cuter on the FE, but for later we have to look at some pagination with 'skip' and 'take' and stuuuufff,

ksundmyhr commented 10 years ago

skjermbilde 2014-05-16 kl 19 36 50

The directive actually let you limit the number of visible buttons. Shouldn't be to hard to implement.

kennethlynne commented 10 years ago

What happens when you click the dots!?

But ye, I will implement this in ng-paginator-plz and use that in the solution instead (it currently uses an earlier version that was the initial idea for making the open-soure one).