Difference between revisions of "Feature:Offline support"

From Kosmos Wiki
Jump to navigation Jump to search
imported>Administrator
(Administrator moved page Feature: Offline support to Feature2:Offline support)
m (Administrator moved page Feature2:Offline support to Feature:Offline support)
 
Line 1: Line 1:
#REDIRECT [[Feature2:Offline support]]
+
== Summary ==
 +
 
 +
Not only when being offline, but especially when using an intermittent, slow, or otherwise bad connection, the app still works and behaves nicely.
 +
 
 +
The Web client will check every message for actually having arrived in a channel and render the state of that nicely in the UI. If a message couldn't be sent, it offers a button to re-try sending it.
 +
 
 +
The app is delivered with an Appcache manifest in production, so that its code and assets are cached in the Web runtime, not only making start-up extremely fast, but also enabling starting the app while being offline and e.g. checking the logs of the last day or so.

Latest revision as of 18:14, 23 March 2015

Summary

Not only when being offline, but especially when using an intermittent, slow, or otherwise bad connection, the app still works and behaves nicely.

The Web client will check every message for actually having arrived in a channel and render the state of that nicely in the UI. If a message couldn't be sent, it offers a button to re-try sending it.

The app is delivered with an Appcache manifest in production, so that its code and assets are cached in the Web runtime, not only making start-up extremely fast, but also enabling starting the app while being offline and e.g. checking the logs of the last day or so.