A library for simple, fast filtering and sorting of large collections in the browser. There is a community-maintained fork that addresses a handful of post-NYT issues available via @hhsnopek's https://github.com/hhsnopek/pourover
Stars
2.4k
Forks
112
Watchers
2.4k
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
update comments to explain pull-requested (but failing) test
262bd99View on GitHubminifed PourOver (albeit with lots of warnings from YUICompressor I'm not reworking now...if ever)
2d662b4View on GitHubcreate makefile to minify Pourover programmatically using YUICompressor
9e100fbView on GitHubmove pourover.js to dist/ directory and reroute hard-coded paths to its unminified version
39610c5View on GitHubreplace with NYT license, via @macdiva's pull-request bits
7365e0bView on GitHubdon't duplicate cids into filters when recaching filters (bug determined with The New York Times' production liveblog data and (fallback) longpolling a large JSON endpoint)
cea203eView on GitHubfix sorting by triggering it earlier in collection processing, making sure things are sorted before they're passed to the view; tested and confirmed in NYT's LiveUpdates projects, co-written with Hinton
fb6f4e8View on GitHub