Update the ecosystem model section of the docs

Signed-off-by: Waldir Montoya <wmontoya@vmware.com>
This commit is contained in:
Waldir Montoya
2023-02-02 21:19:02 -05:00
parent bf310578fe
commit 560fd3e6ae
4 changed files with 27 additions and 2 deletions
File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 23 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 52 KiB

@@ -108,3 +108,26 @@ domain would come with some documentation on how to accept payments for a new
product or use-case, share the same entity types in their APIs, and integrate
well with each other. Other domains could be “Content Ingestion”, “Ads” or
“Search”.
### User
A user describes a person, such as an employee, a contractor, or similar.
### Group
A group describes an organizational entity, such as for example a team, a
business unit, or a loose collection of people in an interest group.
### Location
A location is a marker that references other places to look for catalog data.
### Type
The type field in the system has no set meaning. It is up to the user to assign their own types and use them as desired, such as for link validation or creating custom UI components. Some common pre-defined types are depicted in the ecosystem modeling diagram.
### Template
A template definition describes both the parameters that are rendered in the
frontend part of the scaffolding wizard, and the steps that are executed when
scaffolding that component.
+2
View File
@@ -34,6 +34,8 @@ The permission framework was designed with a few key properties in mind:
4. An authorization decision is sent to the plugin from the permission backend.
5. The user is either granted access or an error is shown. The plugin is responsible for implementing a response to the user.
## How do I get started?
See the "[getting started](./getting-started.md)" permission documentation for Backstage integrators.