Skip to content

Commit

Permalink
Adjust skill readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tfamula committed Oct 18, 2023
1 parent c09dc10 commit dabb4fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Services/Skill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Skills are organised in a hierarchical structure called the [Skill Tree](#skill-

* **Code**: `class ilSkillRoot`

The root node of the tree. There is only one.
The root node of a skill tree. There can be more than one.

## Basic Skill

Expand Down Expand Up @@ -120,9 +120,10 @@ A skill template reference is the link between the main category tree and a skil
* **Node ID**: Node ID (`skl_templ_ref.skl_node_id` referencing a `skl_tree_node.obj_id` of type "sktr")
* **Template Node ID**: Template Node ID (`skl_templ_ref.templ_id` referencing a `skl_tree_node.obj_id` of type "sktp" or "sctp")

**Business Rule**
**Business Rules**

* A Skill Template Reference can only reference Templates or Template Category Nodes which are on the top level (directly underneath the root node).
* When a Template or Template Category is deleted, all related Skill Template References will also be deleted.

## Skill Tree

Expand Down

0 comments on commit dabb4fe

Please sign in to comment.