Update README.md

This commit is contained in:
庄建国 2020-12-17 15:58:36 +08:00 committed by GitHub
parent 23eaca0c47
commit 051686a592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ Steedos is such an declarative programming platform.  Steedos empowers busines
With drag-and-drop simplicity, just about anyone can create apps that automate business processes. The apps you create for your business can be deployed on mobile, tablet and web, be simple or complex, and connect to nearly any data source. 
## BASED ON METADATA
## Based on Metadata
Metadata is core to the steedos infrastructure. Metadata relates to the objects, fields, configurations, code, logic, and page layouts that go into building the information architecture and look and feel of your steedos apps.
@ -46,7 +46,7 @@ There are several types of Metadata, with each one representing a unique way a b
- **Programmability**: custom code developed on top of the platform. E.g. Buttons, Form Events, Triggers.
- **Presentation**: customization on how users interact with the platform. E.g. Components, List View and Page Layouts.
## SOURCE-DRIVEN DEVELOPMENT
## Source-Driven Development
Steedos DX introduces a new way to organize your metadata and distribute your apps. You can now benefit from modern collaboration technologies such as Git to version control everything across your team - your code, your org configuration, and your metadata.
@ -54,7 +54,7 @@ Steedos DX introduces a new way to organize your metadata and distribute your ap
To make this possible, we're enabling you to export your metadata, define data import files, and easily specify the edition, features, and configuration options of your development, staging, and production environments.
## FEATURES
## Features
- **Visual Modeling**: Based on metadata driven, Steedos Platform abstracts the traditional business requirements realized by code into configurable metadata. By simply clicking the tag to modify the configuration item, the vast majority of business requirements can be realized, and the code can be written if necessary.