From c665fa8fb44d8a4fea6c043cc9094f06cf225785 Mon Sep 17 00:00:00 2001 From: Zhou Date: Mon, 30 Oct 2023 11:33:23 +0800 Subject: [PATCH] Update features.md --- docs/en-US/welcome/introduction/features.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/en-US/welcome/introduction/features.md b/docs/en-US/welcome/introduction/features.md index d9f359a2a..2b7746d25 100644 --- a/docs/en-US/welcome/introduction/features.md +++ b/docs/en-US/welcome/introduction/features.md @@ -1,21 +1,21 @@ -# Why NocoBase is different +# Distinctive features -## 1. Separate "data structure" and "user interface" +## 1. Model-driven, separate "user interface" from "data structure" -Most form-, table-, or process-driven codeless products create data structures directly in the user interface, such as Airtable, where adding a new column to a table is adding a new field. This has the advantage of simplicity of use, but the disadvantage of limited functionality and flexibility to meet the needs of more complex scenarios. +Most form-, table-, or process-driven no-code products create data structures directly in the user interface, such as Airtable, where adding a new column to a table is adding a new field. This has the advantage of simplicity of use, but the disadvantage of limited functionality and flexibility to meet the needs of more complex scenarios. -NocoBase adopts the design idea of separating the data structure from the user interface, allowing you to create any number of blocks (data views) for the data collections, with different type, styles, content, and actions in each block. This takes into account the simplicity of codeless operation, but also the flexibility like native development. +NocoBase adopts the design idea of separating the data structure from the user interface, allowing you to create any number of blocks (data views) for the data collections, with different type, styles, content, and actions in each block. This balances the simplicity of no-code operation with the flexibility of native development. -![2.collection-block.png](./features/2.collection-block.png) +![model](https://nocobase-file.oss-cn-beijing.aliyuncs.com/model-l.png) ## 2. What you see is what you get -NocoBase enables the development of complex and distinctive business systems, but this does not mean that complex and specialized operations are required. With a single click, configuration options can be displayed on the usage interface, which means that administrators with system configuration rights can configure the user interface directly with WYSIWYG operations. +NocoBase enables the development of complex and distinctive business systems, but this does not mean that complex and specialized operations are required. With a single click, configuration options are displayed on the usage interface, and administrators with system configuration privileges can directly configure the user interface in a WYSIWYG manner. -![2.user-root.gif](./features/2.user-root.gif) +![wysiwyg](https://nocobase-file.oss-cn-beijing.aliyuncs.com/wysiwyg.gif) -## 3. Everything is a plugin +## 3. Functions as plugins -NocoBase adopts plugin architecture, all new features can be implemented by developing and installing plugins. In the future, we will build a plug-in marketplace where extending functionality is as easy as installing an APP on your phone. +NocoBase adopts plugin architecture, all new functions can be realized by developing and installing plugins, and expanding the functions is as easy as installing an APP on your phone. -![](https://www.nocobase.com/images/NocoBaseMindMapLite.png) +![plugins](https://nocobase-file.oss-cn-beijing.aliyuncs.com/plugins-l.png)