ndcvideos.com
ndcvideos.com copied to clipboard
Implement dynamic paging (or cutify)
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,
The directive actually let you limit the number of visible buttons. Shouldn't be to hard to implement.
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).