imnotteixeira / dissertation

0 stars 0 forks source link

[Paper] User interaction with offline web applications: A case study #49

Closed imnotteixeira closed 3 years ago

imnotteixeira commented 3 years ago

https://www.scopus.com/record/display.uri?eid=2-s2.0-84960128651&origin=resultslist&sort=plf-f&src=s&st1=&st2=&sid=be6da00a276c57cc8d51f4e0e87618de&sot=b&sdt=b&sl=34&s=AUTHOR-NAME+%28F%c3%a9lix+Albertos+Marco%29&relpos=7&citeCnt=1&searchTerm=

User interaction with web applications has changed considerably over the last decade. Technological advances allow users to be more than mere information consumers. Users now produce most of the information on the World Wide Web. Most of the interaction and information management with web applications is carried out on the client side, in the local browser. However, there is not always connectivity with the web platform. Several factors prevent users from connecting with remote servers: rural areas, natural disasters or situations without coverage. These situations, among others, motivated the creation and use of offline or disconnected web applications. The present work takes an indepth look at the problems of using existent web applications in offline scenarios. To that end, the offline proxy is introduced. Then, a test is conducted to perform a preliminary evaluation of how user interaction changes with offline web interfaces. The final objective is to understand and to improve user interaction in offline scenarios with web applications. © 2015 ACM.

imnotteixeira commented 3 years ago

Specifies some rules regarding the adaptation into offline tolerant web applications:

It is, therefore, necessary to establish which components of the web application will be available in offline mode, and how. To specify the navigation, they propose the notation presented by Albertos (TODO cite (2013). A Model-Based Approach for Supporting Offline Interaction with Web Sites Resilient to Interruptions.), representing the web pages as nodes, with edges meaning navigation withing the web application. Each node has attributes referring to policies about the behavior of the components in offline mode, as well as the mechanism to create the local copy. To specify the interface behavior in offline mode, the following policies are described:

When testing this mechanism in a real-world application, they obtained a user satisfaction score of 95.5, when compared to the usual (non-offline tolerant) version score of 66.5, which proves that having an offline mode improves substantially the User Experience in a Web Application.