Open badpens opened 9 years ago
The problem with defaulting to all is that it takes a long time to load that much data. Eventually I would like to a) remember and use the last filters and b) implement lazy rendering to improve performance c) implement virtual paging to improve performance or d) implement traditional paging
a is easy. b and c require a fancy data grid UI control that I don't have or have time to implement.
one other thing you could do is to have a "none" selection for the filters, and that would be the default. then you could print a little help text if any of the filters is set to "none", something like "use the filters above to select the desired set of climbers"
On Mon, Mar 2, 2015 at 8:10 PM, John Snyders notifications@github.com wrote:
The problem with defaulting to all is that it takes a long time to load that much data. Eventually I would like to a) remember and use the last filters and b) implement lazy rendering to improve performance c) implement virtual paging to improve performance or d) implement traditional paging
a is easy. b and c require a fancy data grid UI control that I don't have or have time to implement.
— Reply to this email directly or view it on GitHub https://github.com/jsnyders/ClimbingComp/issues/8#issuecomment-76866886.
currently, the filters on the "Manage CLimbers" page default to: category: FYD region: 503 (NewEnglandEast)
I think they both should default to all