-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change marker for placeholder variables
Signed-off-by: Mandy Chessell <[email protected]>
- Loading branch information
1 parent
ce0ae64
commit ed00d50
Showing
24 changed files
with
1,175 additions
and
251 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...release-notes/functional-organization-showing-implementation-status-for-5.0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions
4
...release-notes/functional-organization-showing-implementation-status-for-5.2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the Egeria project. --> | ||
|
||
# 0118 Actor Roles | ||
|
||
Roles describe collections of responsibilities. These responsibilities can be fulfilled by a person, team or engine. | ||
|
||
![UML](0118-Actor-Roles.svg "Describing the role for an actor profile") | ||
|
||
## ActorRole entity | ||
|
||
Open metadata separates the [ActorProfile](/type/1/0110-Actors) from the roles they perform. This is because people often perform many roles and these change over time. Also roles may be put in place before the person is appointed to it and the person appointed can change from time to time. | ||
|
||
## PersonRole entity | ||
|
||
The *PersonRole* entity is extended in multiple places to show different types of roles. For example: | ||
|
||
- ['TeamLeader'](/types/1/0119-Team-Roles/#teamleader) and ['TeamMember'](/types/1/0119-Team-Roles/#teammember) | ||
- ['GovernanceRole'](/types/4/0445-Governance-Roles/#governancerole) | ||
- ['ProjectManager'](/types/1/0130-Projects) | ||
|
||
## PersonRoleAppointment | ||
|
||
The *PersonRole* entity is linked to a *Person* entity with the *PersonRoleAppointment* relationship to show that the person has been appointed. It is common for [effectivity dates](/features/effectivity-dates) to be set on this relationship. | ||
|
||
|
||
## Further information | ||
|
||
The roles within a team are shown on [Model 0119 - Team Roles](/types/1/0119-Team-Roles). | ||
|
||
[People, Roles and Organizations](/features/people-roles-organizations/overview) describes how metadata about people is populated and used. | ||
|
||
The [Community Profile OMAS](/services/omas/community-profile/overview) provides support for managing a [person's profile](/concepts/personal-profile). It also supports the ability to query a person's [roles](/concepts/personal-roles) and their [peer network](/concepts/peer-network). | ||
|
||
The [Organization Integrator OMIS](/services/omis/organization-integrator/overview) supports the synchronization of information about people between open metadata and external systems. | ||
|
||
--8<-- "snippets/abbr.md" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the Egeria project. --> | ||
|
||
# 0115 Teams | ||
|
||
Team are groups of people organized to support a specific goal or responsibility of the organization. | ||
|
||
![UML](0115-Teams.svg "Describing a team") | ||
|
||
## Team | ||
|
||
A team is a group of people who are working to a common goal. This is recorded in the `Team` entity which is an extension of ['ActorProfile'](/types/1/0110-Actors/#actorprofile). | ||
|
||
## TeamLeadership and TeamMembership | ||
|
||
The responsibilities of a team are divided into roles described by ['PersonRole'](/types/1/0112-People/#personrole). This in turn links to the people or person appointed to fulfil the role. The `TeamLeadership` and `TeamMembership` relationships link the team to its roles and allow a distinction to be made between the leaders and members of the team. A team can have multiple leadership and membership roles. | ||
|
||
## TeamStructure | ||
|
||
`TeamStructure` is used to link teams into an organization's hierarchical department structure. Typically the | ||
|
||
|
||
|
||
## TeamLeader and TeamMember | ||
|
||
`TeamLeader` and `TeamMember` extend from ['PersonRole'](/types/1/0112-People/#personrole). They provide a base type to distinguish between roles that are leadership roles and those which are not. | ||
|
||
## Related types | ||
|
||
[Organization](/types/4/0440-Organizational-Controls/#organization) is the top-level team of an organization. | ||
|
||
Long-standing teams are often responsible for particular [*business capabilities*](/types/4/0440-Organizational-Controls/#businesscapability). Teams can also be linked to [projects](/types/1/0130-Projects). | ||
|
||
## Further information | ||
|
||
[People, Roles and Organizations](/features/people-roles-organizations/overview) describes how metadata about teams is populated and used. | ||
|
||
The [Community Profile OMAS](/services/omas/community-profile/overview) provides support for managing team structure. | ||
|
||
The [Organization Integrator OMIS](/services/omis/organization-integrator/overview) supports the synchronization of team information between open metadata and external systems. | ||
|
||
|
||
--8<-- "snippets/abbr.md" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.