메타
Last updated
Last updated
웹 메타
데이터의 모든 것을 정의 하고 모든 정보를 가지고 있는 곳이에요. 예를 들면, A가 있고 A의 저 너머 '메타'에는 A에 대한 모든 정보가 있다. 그리고 그 모든 정보를 우리가 정의할 수 있는 거예요.
앱 메타
단일 메타
단일 메타는 DB(데이터 베이스)와 바로 연결이 가능한 메타예요. 때문에 관리자 웹 페이지에 저장된 데이터를 별도의 장치 없이, ID 연결 만을 통해 단일 메타 앱 화면에 바로 보여줄 수 있어요.
복합 메타
복합 메타는 도화지라고 생각하면 이해가 쉬워요. 정해진 모양없이 원하는 대로 화면을 커스텀 할 수 있어요.
복합 메타에서 단일 메타의 데이터를 불러오기 위해서는 listByMeta블록을 이용해야 해요.
#메타, #단일 메타, #복합 메타, #DB, #데이터베이스, #listByMeta, #메타 선택, #메타 종류
2023.07.31 Jinny
Dataset
The 'dataset' component serves as the ultimate reference for defining and containing all information within the data. For example, for a specific element A, the meta encompasses comprehensive details about A, enabling us to define all relevant information related to it.
Dataset
A dataset is a type data that can be directly connected to a database (DB).
In a dataset, you must adhere to the format used in that specific data. (You cannot use the format used in compound meta.)
Dataset collection
A dataset collection is like a blank canvas or drawing paper, allowing you to customize the page as you wish without a fixed shape.
The definitions of dataset collection and compound module are not very different. However, when a module is set as a compound module, the rules of the sub-items must follow the structure defined by the dataset collection.
To import data from a single module into a dataset collection, you must use the listByMeta building blocks to convert the rules of the sub-items to those of a compound module.
2023.08.10 Hwaran