[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 08:29:52 CEST 2013


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

Frédéric Demians <frederic at tamil.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |frederic at tamil.fr

--- Comment #6 from Frédéric Demians <frederic at tamil.fr> ---
Great idea and implementation!

The patch doesn't apply anymore on HEAD. Their is a conflict on
staff-global.css.

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?

(2) Few lines in offline.tt won't be translatable:

item.title = item.title || "(Unknown)";
item.author = item.author || "(Unknown)";

$('#alerts').append('<div class="dialog alert"><h3>Check in
message</h3></div>');

$(".loading-overlay div").text(_("Loading page " + page + ", please wait..."));

$('#alerts').append('<div class="dialog alert"><h3>Check out
message</h3></div>');
alert("You are offline and therefore cannot sync your database");

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list