History: Offline Trackers
Source of version: 5
Copy to clipboard
! Offline Trackers {DIV(class="lead")}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 [https://doc.tiki.org/Trackers|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.{DIV} !! Why this Feature in Tiki? Available since [https://doc.tiki.org/Tiki26|Tiki26], 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. !! Requirements To use the Offline Tracker feature, you need: * Tiki instance. * Trackers well setup !! Setup __1. Enable the Offline Tracker Feature__: * Ensure the Offline Tracker feature is activated by navigating to __''Settings > Control Panel > Features.''__ * Under the Global Features tab, enable the Progressive Web Application option. __2. Install the Dexie Package__: * Check if the Dexie package is installed. If not, you can install it by going to __''Settings > Control Panel > Packages''__. * On the Packages page, search for npm-asset/dexie in the list and proceed with the installation. __3. Choose Trackers for Offline Use__: * Navigate to your Tiki Trackers page * Select the tracker you want to make available offline. * Click the Properties tab. * In the popup, select the Features section * Check the Allow offline usage option to enable offline functionality for this selected tracker !! How it works __Supported Fields:__ ||__Field__ | __Support Level__|__Notes__ __Text__ | Full | Supports all options except multilingual. __TextArea__ | Partial | Supports all options except multilingual and WYSIWYG (requires Vue initialization) __Dropdown__ | Full | Supports all forms: radios, checkboxes, select, multi-select, select with other __DateTime__ | Full | Traditional datetime field with dropdowns for month, year, etc __ItemLink__ | Partial | Single/multi-selection with field formatting. Advanced display options to be added later __ItemsList__ | Partial | Relatively full support in both input and output modes __Files__ | Partial | Supports basic options: type/name filtering, maximum uploads. __UserSelector__ | Full | Fully supported except group-list selection (users by groups). __AutoIncrement__ | Full | Fully supported __Checkbox__ | Full | Fully supported __JsCalendar__ | Partial | Reuses datetime-picker Vue widget, mostly fully supported. __DynamicList__ | Partial | Relatively full support similar to ItemsList. || __Steps:__