chokkarg / worktime

Automatically exported from code.google.com/p/worktime
0 stars 0 forks source link

Dynamically load time registration to make it more light weight #77

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Loading time registrations (in the time registrations module) becomes too heavy 
when a lot of registrations are saved.

With this change we want to load 10 time registrations when initially loading 
the list. When scrolling down (and coming to the end) an extra record is added 
showing "loading extra time registrations". This will trigger to load the next 
10 time registrations and show them. Again, if there are more and the user 
reaches the end of the list, the extra recrod will be shown and the next batch 
will be loaded. And so on...

Original issue reported on code.google.com by dirkvran...@gmail.com on 23 Nov 2011 at 12:47

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 24 Nov 2011 at 10:10

GoogleCodeExporter commented 8 years ago
Most of this stuff is already working.

Hhowever when editing a TR we need the previous and next time registrations 
some times, that we cannot get from the list now, but we need to do a db query 
for. This still needs to be done!

Original comment by dirkvran...@gmail.com on 25 Nov 2011 at 8:30

GoogleCodeExporter commented 8 years ago
All implemented now! :)

Original comment by dirkvran...@gmail.com on 28 Nov 2011 at 9:03

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 28 Nov 2011 at 9:03

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:38

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:50

GoogleCodeExporter commented 8 years ago

Original comment by dirkvran...@gmail.com on 15 May 2012 at 9:55