nicholasmr / obblm

Automatically exported from code.google.com/p/obblm
26 stars 54 forks source link

More pagination #527

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At present the number of matches shown for 
* Upcoming matches
* Recent matches
* Team upcoming matches
* recent upcoming matches

Is limited by the numbers in the settings file. However it would be nicer if 
this was just a pagination setting and you could get additional information 
shown. 

I'm thinking of making the areas dynamically load using ajax so the whole page 
doesn't need to redraw. 

Original issue reported on code.google.com by doublesk...@gmail.com on 6 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago

Original comment by Nimda...@gmail.com on 15 Dec 2011 at 12:31

GoogleCodeExporter commented 9 years ago
Issue 528 has been merged into this issue.

Original comment by Nimda...@gmail.com on 3 Oct 2012 at 11:35

GoogleCodeExporter commented 9 years ago
From 528:

At the moment the statistics page only shows the first N results - where N is 
fixed in the settings file. It would be better to support pagination so that 
more results can be viewed. 

Needs some careful thought because the sorting needs to be retained across 
pages, and we don't want to load the whole result set into memory and retain it 
there sorted (000s of players for instance). 

Original comment by Nimda...@gmail.com on 3 Oct 2012 at 11:35

GoogleCodeExporter commented 9 years ago
Issue 589 has been merged into this issue.

Original comment by Nimda...@gmail.com on 3 Oct 2012 at 11:54

GoogleCodeExporter commented 9 years ago
Issue 591 has been merged into this issue.

Original comment by Nimda...@gmail.com on 11 Oct 2012 at 10:10

GoogleCodeExporter commented 9 years ago
r938 has pagination for both recent/upcoming games and standings/stats tables.
I've tested it a bit and cannot see any errors. 
Would like someone else to verify this too...

Original comment by Nimda...@gmail.com on 11 Oct 2012 at 10:12

GoogleCodeExporter commented 9 years ago
How to sort matches in the upcoming matches page? It is sorted against 
date-created but I want it against round, thank you

Original comment by gabry...@gmail.com on 12 Oct 2012 at 6:45

GoogleCodeExporter commented 9 years ago
Ah yes, I agree. It makes no sense to sort the upcoming against anything else 
than "round" first.
I've implemented this now. Doing customized sorting on this table will not be 
implemented anytime soon, it requires (big) changes that I'm not willing to do 
now.

r939 forces upcoming matches to be sort by round, then date created. 

Original comment by Nimda...@gmail.com on 12 Oct 2012 at 10:48

GoogleCodeExporter commented 9 years ago
I'll close this now. None seem to have reported problems.

Original comment by Nimda...@gmail.com on 29 Oct 2012 at 11:17