Closed dave-mills closed 2 years ago
Add basic project review page:
All projects now have a "preview" option from the main list page.
The preview shows the key project details at the top, and a table for the principle ratings, which shows:
the score;
comments;
the count of shared examples / indicators;
the count of custom examples / indicators;
Clicking on either count opens a modal that lists the selected (or added) scoreTags / customScoreTags.
The Ratings Total and Overall score is only displayed if the projects status is "Assessment Complete"
@ciara-mc - good point on the rounding - fixed that in the model method, so now the total_score is rounded to 1dp anywhere it's used.
Thanks!
Add basic project review page:
All projects now have a "preview" option from the main list page.
The preview shows the key project details at the top, and a table for the principle ratings, which shows:
the score;
comments;
the count of shared examples / indicators;
the count of custom examples / indicators;
Clicking on either count opens a modal that lists the selected (or added) scoreTags / customScoreTags.
The Ratings Total and Overall score is only displayed if the projects status is "Assessment Complete"