Offline Trackers

Tiki Wiki CMS Groupware offers a robust and flexible system for managing data through Trackers. The Offline Tracker feature allows users to interact with Tiki Trackers without requiring a continuous internet connection. This feature ensures that users can continue their work seamlessly, even in environments with unreliable or no internet connectivity. With Offline Trackers, you can cache necessary data, insert items into trackers, and sync your changes once you’re back online.


For this we use the Progressive Web Application (PWA) feature.

Why this Feature in Tiki?


The Offline Tracker feature enhances the flexibility and accessibility of Tiki Trackers by ensuring that users can continue their work without interruption, regardless of their connectivity status. It allows for uninterrupted data entry and management, making Tiki more robust and versatile for users in remote or mobile environments.

Tiki had PWA feature for a while and was a bit experimental, it needed more work, it wasn't improving. The improvement has resumed in Tiki27 and Tiki28 in these commits:

PWA feature therefore works better in Tiki28.

Requirements


To use Trackers in offline mode, you need:


Setup


1. Enable the Progressive Web Application feature:

Click to expand
Click to expand


2. Install the Dexie package:

3. Choose Trackers Allowed for offline usage:

Click to expand
Click to expand

How it works


Note: Currently we support the following fields.

Field Notes
Text Support all options but the multilingual option.
TextArea Supports all options except multilingual and WYSIWYG (requires Vue initialization)
Dropdown Supports all forms: radios, checkboxes, select, multi-select, select with other
DateTime Traditional datetime field with dropdowns for month, year, etc
ItemLink Single/multi-selection with field formatting. Advanced display options to be added later
ItemsList Relatively full support in both input and output modes
Files Supports basic options: type/name filtering, maximum uploads.
UserSelector Fully supported except group-list selection (users by groups).
AutoIncrement Fully supported
Checkbox Fully supported
JsCalendar Reuses datetime-picker Vue widget, mostly fully supported.
DynamicList Relatively full support similar to ItemsList.


Steps:

Click to expand
Click to expand

Click to expand
Click to expand

Conclusion


Offline Tracker feature in Tiki is a powerful tool that allows users to manage their data seamlessly, even in offline environments. By enabling this feature, users can maintain productivity without worrying about internet connectivity, ensuring that important data can be captured and managed anywhere, anytime. While the feature already supports a wide range of fields, ongoing improvements will continue to enhance its capabilities, particularly in terms of validation and advanced field types.


History Source