Skip to content

Commit

Permalink
updates modeupdates model
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Jan 12, 2024
1 parent 4b09ca3 commit 416d700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defined competence aspects.
* [API documentation](http://dcm.bitplan.com/docs)

### Model
![Class Diagram](http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/WolfgangFahl/dcm/main/dcm.puml?fmt=svg&version=2)
![Class Diagram](http://www.plantuml.com/plantuml/proxy?src=https://raw.githubusercontent.com/WolfgangFahl/dcm/main/dcm.puml?fmt=svg&version=3)

## Authors
* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)
Expand Down
4 changes: 2 additions & 2 deletions dcm.puml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ class dcm.dcm_core.DynamicCompetenceMap {
svg: None
}
class dcm.dcm_core.Achievement {
tree_id: str
facet_id: str
path: str
level: int
score: float
score_unit: Optional[str]
Expand All @@ -28,6 +27,7 @@ class dcm.dcm_core.CompetenceElement {
url: Optional[str]
description: Optional[str]
color_code: Optional[str]
path: str
}
class dcm.dcm_core.CompetenceFacet {
}
Expand Down

0 comments on commit 416d700

Please sign in to comment.