Hello, I'm considering the development of an offline app for a web2py application (CRM would be one of the target). Do you know if such a work has ever been considered ?
There are at least two issues to be considered: - synchronisation/reconciliation : When changed are made offline they have to be propagated to the online server (and vice versa). Conflicts shall be managed (It is basically a VCS problem). - Offline working : web2py ease the setup of a local server, but we may consider something like http://code.google.com/p/pywebkitgtk/ to produce a single application without the need to launch a server and use a web browser Do any of you have some experience or thought to share about such an application ? Best regards, -Mathieu

