Skip to content

Commit

Permalink
Update data-model.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene authored Apr 11, 2024
1 parent 4c116fa commit 04bb834
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions documentation/architecture/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ erDiagram
string description
string version
float score
date eta
date due_date
string status
Expand Down Expand Up @@ -767,6 +768,8 @@ Here are the specific fields for requirement assessments:
- ETA (Estimated Time of Arrival) date
- due date. This is for example useful to organize an audit plan.

The compliance assessment score is a read-only field which is calculated when at least one requirement assessment is scored. We calculate the average of scored requriement assessments (ignoring requirement assessments with an undefined score).

Requirement assessments can have attached evidences. An evidence contains a name, a description, an attached file, a url link.

The auditor is free to use the result field (qualitative assessment), the score field (quantitative assessment), or both of them.
Expand Down

0 comments on commit 04bb834

Please sign in to comment.