imnotteixeira / dissertation

0 stars 0 forks source link

[Paper] Supporting online Web-based teamwork in offline mobile mode too #42

Closed imnotteixeira closed 3 years ago

imnotteixeira commented 3 years ago

https://www.scopus.com/record/display.uri?eid=2-s2.0-84968754882&origin=reflist&sort=r-f&src=s&nlo=&nlr=&nls=&sid=794284085087747e1e35b90f8cd830de&sot=b&sdt=cl&cluster=scosubjabbr%2c%22COMP%22%2ct&sl=44&s=TITLE-ABS-KEY+%28web+application+offline+mode%29

Research into Web based teamwork support has assumed that the network connection exists permanently, i.e. online. However, there is an increasing demand that teamwork environments should also support the offline mobile scenario that is so far not well addressed. The paper describes the radical requirements, novel mechanisms and innovative prototype for team members to work in an offline mobile mode in addition to that of the normal online mode. The prototype supports teamwork between the online and offline mobile modes with smooth switching over. © 2000 IEEE.

imnotteixeira commented 3 years ago

Yang (cite this) presents a mechanism to support offline collaborative work in a web application. Due to the age of the document, most of the used tools are now obsolete, but the general ideas still apply. It proposes the existence of local storage to every client, so that operations done in offline mode are kept. Then, once the user comes back online, the work saved in the local storage is synchronized with the online storage, where conflict-resolution algorithms take place in order to minimize said conflicts.