From b3501de5a645f69c705e64345965aab9cd271355 Mon Sep 17 00:00:00 2001 From: grakiss Date: Wed, 1 Nov 2017 08:00:40 +0000 Subject: Remove approve / no approve options for reviewers Distinguish results shared or submitted from a tester JIRA: DOVETAIL-544 JIRA: DOVETAIL-545 [cvp-web]There is consensus within C&C committee to move towards a simpler means of voting by reviewers. We will use email voting (+1) on the [cvp@opnfv.org|mailto:cvp@opnfv.org] email alias. For now, can we disable the approve / not approve options in the drop-down in the 'Operation' column of the results? We can revisit this feature in the future after some experience with the manual method. [cvp-web]When a user shares or submits results, the recipient of those results (share target or reviewer) do not know where the results originated from. To remedy this issue, we will add a column labeled 'Owner' to the 'My Results' table that shows the email address or the sending party? Change-Id: I586b01ad113d898fe3d5824025df9877118fa622 Signed-off-by: grakiss --- cvp/3rd_party/static/testapi-ui/components/results/results.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cvp/3rd_party/static/testapi-ui/components/results/results.html') diff --git a/cvp/3rd_party/static/testapi-ui/components/results/results.html b/cvp/3rd_party/static/testapi-ui/components/results/results.html index cd38ad75..9127e170 100644 --- a/cvp/3rd_party/static/testapi-ui/components/results/results.html +++ b/cvp/3rd_party/static/testapi-ui/components/results/results.html @@ -21,6 +21,7 @@ Upload Date Test ID + Owner File Name Label Status @@ -35,6 +36,8 @@ {{ result.upload_date | limitTo:19}} {{ result.id }} + {{ result.id | limitTo:8 }} + {{ result.owner }} {{ result.filename || "None"}} {{ result.status }} @@ -48,8 +51,10 @@ @@ -95,3 +100,4 @@ .button-disabled { pointer-events:none; } + -- cgit 1.2.3-korg