Skip to content

Dictionary

Krzysztof Słysz edited this page Feb 11, 2022 · 3 revisions

Dictionary

Here are explanations of specific names used in the application nomenclature.

  • bucket - the place where the data is stored. Configured by ADMIN in the project settings.
  • field - data field stored as independent table (bucket) column.
  • property - data field stored as a part of JSON structure (all properties are stored in the properties field/column)
  • class - data class. The list of properties predefined for some type of buckets.
  • enum - list of predefined values for property.
  • columns - list of columns used by view.
  • filter - list of rules to filter data by fields and/or properties.
  • view - data view, keeps information about columns, filter and available features. For one bucket there is possibility to assign many views.
  • task - used to modify/remove multiple data rows.
  • role - user role. It could be SUPER, ADMIN, MEMBER, ROBOT. More about roles you can read here.
Clone this wiki locally