📄️ Edit Grid and Variables
Expanding Your Collection Design Skills.
📄️ Data Grid Component
In the previous tutorial, we have created the settings collection for saving list of lookup values. The settings form that we have built was using an Edit Grid component, it saves the list of values as subdocuments of the Settings document.
📄️ Sequential Reference Number
By default, each document created in the Glozic platform is assigned a unique 128-bit UUID (Universally Unique Identifier) in RFC 4122 version 4 format. Additionally, a simplified running number is generated for each document.
📄️ Modeling Relationships
Modeling Relationships in Glozic
📄️ Update Subdocuments
In the previous tutorial, we have forced to save Expense Items to a separated collection, and set the Expense Items collection with relation stated it belongs-to the Expense collection. This allowed auto referencing of Expense object for each Expense Items.