📄️ Entity Views
A view is a named, filtered projection of an entity with its own RBAC permissions. Views let you expose a subset of an entity's records to specific roles without granting access to the full entity.
📄️ Add and Manage Fields
Fields can be added when creating the entity (via generateentity) or afterwards using managecustom_fields.
📄️ Create Entities
An entity defines the data structure of your application. It is equivalent to a table.
📄️ Field Types
Complete reference for the field types available in Fyso.
📄️ Publish Entities
Entities in Fyso have a draft/published lifecycle. Changes are not visible until they are published.