It would be great to be able to use Wekan while offline with the confidence that modified data will be synced when the client gets back online. There are multiple component involved for this experience to became possible:
Hi @mquandalle - I was wondering about any movement on the offline support front?
Considering building this in, pending a final decision. I would be happy to contribute my approach / code if I do.
Main answer I am seeking is: Has any work / planning begun on this please?
Thanks,
J
Hi @xet7, @mquandalle,
PWA (Progressive Web Apps) should be faster way (in terms of development) to achieve offline support. Did you consider PWA?
It also correlates with a set of ideas found:
And more -- other PWA features which are lack by default in native app will be available, e.g. one click install out of the app store.
Hopefully, this opinion will be helpful.
Thanks,
Oleg
Related bug of loss of entered text #558 , moved to here.
This issue was closed but Wekan does not work very well without a network connection in my opinion. From my testing, if you have Wekan open and have loaded a board, you will be able to continue manipulating and viewing that board once the connection is lost. However, if you restart the browser, all board data is lost until you regain a network connection and reload the board.
Would it be possible to store the board data in a local cache for viewing without a network connection? It seems like this is one of the goals of Progressive Web Apps (using service workers mentioned in the opening post). The opening post mentioned going even further, adding support for offline editing. That seems like it might involve a lot more work to resolve conflicts between concurrent changes, but just keeping a read-only version of the data seems like it would not be as much work.
My motivation for asking about this is that I would like to run my own server, but maintaining 100% uptime will be difficult. If users could at least see a recent state of the board when the server goes down, that should be enough to get by until the server can be fixed.
Most helpful comment
This issue was closed but Wekan does not work very well without a network connection in my opinion. From my testing, if you have Wekan open and have loaded a board, you will be able to continue manipulating and viewing that board once the connection is lost. However, if you restart the browser, all board data is lost until you regain a network connection and reload the board.
Would it be possible to store the board data in a local cache for viewing without a network connection? It seems like this is one of the goals of Progressive Web Apps (using service workers mentioned in the opening post). The opening post mentioned going even further, adding support for offline editing. That seems like it might involve a lot more work to resolve conflicts between concurrent changes, but just keeping a read-only version of the data seems like it would not be as much work.
My motivation for asking about this is that I would like to run my own server, but maintaining 100% uptime will be difficult. If users could at least see a recent state of the board when the server goes down, that should be enough to get by until the server can be fixed.