http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10240
--- Comment #8 from Jared Camins-Esakov <[email protected]> --- (In reply to comment #6) > Great idea and implementation! > > The patch doesn't apply anymore on HEAD. Their is a conflict on > staff-global.css. Rebased on latest master. > Reading the code, I have one question and one remark: > > (1) How does IndexedDB scale? Your synchronization stores locally > patrons and issues (if I understand correctly). So is there a limit to > the borrowers and issues Koha tables size? There is not really a limit that I was able to identify. Downloading naturally takes longer the more records you have, but modern web browsers will just ask the user if they are willing to allow the application to increase the size of the IndexedDB database for that particular site, and the consensus online is that you can easily store a few million records in IndexedDB without it showing any performance issues. > (2) Few lines in offline.tt won't be translatable: I fixed those (and a couple others). Thanks for spotting that. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
