NocoBase 2.0 Beginner Tutorial - Chapter 2: Data Modeling
This article covers the basics of data modeling in NocoBase, a low-code platform. It explains the concepts of collections and fields, and guides the reader through creating a 'Tickets' collection with various field types.
Why it matters
Proper data modeling is crucial for building effective applications, and this tutorial provides a practical introduction to the process in the context of the NocoBase platform.
Key Points
- 1Collections are like Excel worksheets, and fields are like column headers
- 2NocoBase supports different collection types like General, Tree, Calendar, and File
- 3The article walks through creating a 'Tickets' collection with fields like Title, Status, and Priority
Details
The article introduces the core concepts of data modeling in NocoBase, a low-code platform. It explains that collections are similar to Excel worksheets, where each column is a field and each row is a record. NocoBase supports various collection types, including General, Tree, Calendar, and File, depending on the data structure. The tutorial then guides the reader through creating a 'Tickets' collection, which will serve as the core table for a help desk system. It covers the steps to create the collection, set the name and display name, and start configuring the fields within the collection.
No comments yet
Be the first to comment