konveyor / tackle-pathfinder

Tackle Pathfinder application
Apache License 2.0
16 stars 23 forks source link

[TACKLE-107] Backend endpoint for Assessment Comments for Review Screen #30

Open PhilipCattanach opened 3 years ago

PhilipCattanach commented 3 years ago

The Review screen displays a consolidated set of "Assessment Notes" entered during the assessment questionnaire, and refered to an agreggation of "Assessment.Category.comment" . We need an API call that can return the consolidated comments for a particular particular application id. image

jonathanvila commented 3 years ago

currently the #12 ticket is providing : assessment. questionnaire. category. comment question. option. checked

@PhilipCattanach Do you mean to have an operation only returning ? assessment. questionnaire. category. comment

jonathanvila commented 3 years ago

DOUBTS

  1. An aggregation of Category.comments should also have the category to not lose context
  2. In Pathfinder default questionnaire there are 5 categories and every category.comment can have at max 1000 characters, so aggregating everything in a box can make the screen excessively full of information
  3. This information is already returned by Get Assessment #12 therefore the UI already has it at this step, so no need for an endpoint providing it