offline-data-sync-patterns
Mobile icon

Offline Data Sync Patterns

Stable version 1.0.2 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded on 01 September 2021 by 
4.4
 (17 ratings)
offline-data-sync-patterns

Offline Data Sync Patterns

Details
A collection of working samples for common data synchronization patterns between the database and local storage entities.
Read more

See the documentation for a detailed description of each data synchronization pattern:

  • Read-Only Data

    Use this synchronization pattern when your users only need to read data while the app is offline and the amount of data to synchronize is small.

  • Read-Only Data Optimized

    Use this synchronization pattern when your users only need to read data while the app is offline and there are large amounts of data to synchronize.

  • Read/Write Data Last Write Wins

    Use this synchronization pattern when it is not likely for more than one user to change the same data while the app is offline.

  • Read/Write Data With Conflict Detection

    Use this synchronization pattern when for advanced scenarios where more than one user will change the same data while the app is offline.

  • Read/Write Data One-to-Many

    This data synchronization pattern is recommended for mobile apps with entities that follow a one-to-many relationship and where it is not likely for multiple end-users to change the same data while the apps are offline.

Release notes (1.0.2)

Updated for OutSystems 11 and for recent versions of OutSystems UI.

Reviews (3)
by 
10 Apr
in version 1.0.2
Good job!
Thank you!
by 
2022-12-26
in version 1.0.2
Excellent!
by 
2021-02-04
in version 1.0.0
Very helpful.
Team