Question
1
Replies
44
Views
Posted: February 19, 2019
Last activity: February 26, 2019
Closed
Field level review - design approach
Hi,
We are trying to implement a field level review requirement. I am looking for the design approach to solve the problem
Requirement :
A user should be able to add comments for each field on the screen. The reviewer also wants to see the comments on the field itself rather than a single comment box for each screen.
Its similar to how we add comments while reviewing pdf/.docx files
Thanks,
Pravin
***Edited by Moderator Marissa to update platform capability tags****
Hi
You said "A user should be able to add comments for each field on the screen. The reviewer also wants to see the comments on the field itself rather than a single comment box for each screen."
So, i assume that you will effectively end up updating the property as thats the only way to update the fileds with comments.
Coming to design part,
1. Have an icon beside the field.
2. Configure a modal and on click of it open up the property field which allows the user to update the filed as comment.
3. On submit of the modal, refresh the section so that the screen shows updated field with comment.
Hope this helps.