From 100eaeaba71ae01ab5a21f8f56d8dfc4a65e8580 Mon Sep 17 00:00:00 2001 From: Steven Arnold <48261255+stevenarnold-ed-fi@users.noreply.github.com> Date: Wed, 13 Mar 2024 10:46:16 -0500 Subject: [PATCH] [DATASTD-2139] - Add evaluation comments and duration to EvaluationRating (#97) * [DATASTD-2139] - Add comments and duration to EvaluationRating * Update EvaluationRating.metaed --- DomainEntity/EvaluationRating.metaed | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/DomainEntity/EvaluationRating.metaed b/DomainEntity/EvaluationRating.metaed index af23c4b..f7d516e 100644 --- a/DomainEntity/EvaluationRating.metaed +++ b/DomainEntity/EvaluationRating.metaed @@ -27,3 +27,10 @@ Domain Entity EvaluationRating descriptor EvaluationRatingStatus documentation "The Status of the poerformance evaluation." is optional + shared string Comments + documentation "Any comments about the evaluation to be captured." + is optional + shared integer EdFi.Duration + documentation "The actual or estimated number of clock minutes during which the evaluation was conducted." + is optional + role name Actual