QAC-Portal/QA-Portal

Cv Management Comments for Admin User

Open

#21 opened on Dec 2, 2019

 (1 comment) (0 reactions) (2 assignees)Java (5 forks)auto 404
APIUIenhancementgood first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide