-
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.
Merge pull request #982 from mandy-chessell/code2024
Contribution records for teams and automation
- Loading branch information
Showing
17 changed files
with
185 additions
and
79 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
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
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. --> | ||
|
||
# December 2024 | ||
|
||
Welcome to the Egeria community's December 2024 newsletter. Since our [last newsletter](/release-notes/october-2024), the community has developed some exciting new capabilities as well as improving the function, reliability and performance of existing features. | ||
|
||
## New Native Open Metadata Repository built in PostgreSQL | ||
|
||
## Visualization using Mermaid | ||
|
||
## New Governance Action Processes | ||
|
||
## Extensions to the View Services | ||
|
||
## Improvements to the Secrets stores | ||
|
||
## Roles and contribution records for teams and automation | ||
|
||
## Extensions to pyegeria | ||
|
||
## Full release notes for V5.2 | ||
|
||
The full release notes for version 5.2 can be found on [Egeria's website](https://egeria-project.org/release-notes/previous/#release-52-december-2024). | ||
|
||
## Future plans | ||
|
||
Plans for release 5.3 are open, and we are looking for suggestions. | ||
|
||
## Connecting with the project | ||
|
||
With our new focus on Python and supporting data practitioners directly, the community is looking for new contributors to the project. If these topics interest you, then please contact us and we can help you get started. | ||
|
||
!!! info "Connecting with the community" | ||
Go to our [community guide](/guides/community){target=blank} to find out more about the activities of the Egeria project nd ho to get engaged. | ||
|
||
--8<-- "snippets/abbr.md" |
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
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
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,23 @@ | ||
<!-- SPDX-License-Identifier: CC-BY-4.0 --> | ||
<!-- Copyright Contributors to the Egeria project. --> | ||
|
||
# 0125 Contribution | ||
|
||
A key part of a successful governance program is ensuring that contributors are recognized - both the individuals and the automation that supports them. The contribution record keeps track of the contribution of each actor in the form of [karma points](/concepts/karma-point). Karma points are collected based on the user performing the work and then aggregated into the contribution record of the associated actor profile. | ||
|
||
![UML](0125-Contribution.svg) | ||
|
||
## ContributionRecord entity | ||
|
||
The *ContributionRecord* accumulates achievements of an individual. Specifically Egeria supports [Karma Points](/concepts/karma-point). These are awarded for participation in open metadata and governance. The number of karma points awarded to the individual is recorded in their *ContributionRecord* entity. | ||
|
||
- `isPublic` indicates whether the values in the contribution record can be shared with colleagues or is only visible to user(s) that connect with one of the linked user identities or systems that are part of the open metadata ecosystem. | ||
- `karmaPoints` captures the total number of points that the actor has earned from their activity. | ||
|
||
|
||
## Contribution relationship | ||
|
||
The *Contribution* relationship links the contribution record to the actor profile for the individual or automation that is making the contribution. | ||
|
||
|
||
--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.