Learn Basics
We don't want to burden you with complex documentation. Here's a quick overview of the features to provide you with the main structure and essential knowledge.
There are two account types in this solution, each essential for access points that ensure safe communication with the database unit.
Components are sub-units of the database unit and exist at the top level of the hierarchy, containing all data and content. There are three types of components, each with a different purpose.
An item will contain specific content and data. It is the main part of the component and also its sub-unit. It is strictly located inside the component and there can be multiple items inside a component.
An item gets its type from the component. So if the component is a cell, the item will be a cell as well, the same goes for other types.
Cell content is a defined system for storing, editing and deleting data. Its main purpose is manipulating data. It's a smart system for handling data in two formats that represent the two main database types.
There are two data formats and each format will mimic and function as one of the two main database types it corresponds to.
Frame content is designed for a visual approach to data, where you will have a display in which you can add elements that together make the frame. There are three elements in the frame content.
Operator content is a designed system for performing operations on both table and document data from cells to get useful information and results. Since there are two format types, there are two operator types to be able to work with all data.
Each operation consists of specific functions tied to its operator type, allowing them to be performed on the corresponding data.