[Koha-bugs] [Bug 10240] Offline circulation using HTML5 and IndexedDB

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 17 13:36:09 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10240

--- Comment #8 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
(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.


More information about the Koha-bugs mailing list