jsnyders / ClimbingComp

Mobile Web Application for scoring Rock Climbing Competitions
GNU Affero General Public License v3.0
11 stars 1 forks source link

In "Manage Climbers" page, filters should default to "all" (categories; regions) #8

Open badpens opened 9 years ago

badpens commented 9 years ago

currently, the filters on the "Manage CLimbers" page default to: category: FYD region: 503 (NewEnglandEast)

I think they both should default to all

jsnyders commented 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.

badpens commented 9 years ago

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.