仓库指标
- 星标
- (2 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Description
SHOULD BE ADDRESSED PRIOR TO DEPLOYMENT TO TEST OR PROD ENVIRONMENTS
Training admin user should have an additional facility to indicate whether comments they raised have been addressed. (possibly a checkbox next to the comment).
When the training admin user rejects a CV for approval, the trainee will only see the comments that have not been addressed rather than seeing all comments.
Once all comments are addressed, the Training Admin will not be able to reject the CV
Task Description
UI task to add a checkbox to the comments so that a training-admin user can indicate that a comment has been addressed
Service task to add a new field to the comment table (isAddressed), corresponding change to the CommentEntity and CommentDto classes as well