EBernhardson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/286244

Change subject: Add some scoring guidelines to the main page
......................................................................

Add some scoring guidelines to the main page

Change-Id: I16d64cf269232bf84d6b06d489c3e6c8c05b4543
---
M views/score_query.twig
1 file changed, 16 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/discovery/discernatron 
refs/changes/44/286244/1

diff --git a/views/score_query.twig b/views/score_query.twig
index 85676cc..4d3d412 100644
--- a/views/score_query.twig
+++ b/views/score_query.twig
@@ -33,8 +33,8 @@
         <p class="bg-success">Saved score for query</p>
     {% endif %}
 
-    <h3>Score Result</h3>
     <div class="row">
+        <h3>Query to score</h3>
         <dl class="dl-horizontal col-md-8 col-xs-8">
             <dt>Wiki</dt>
             <dd>{{ query.wiki }}</dd>
@@ -52,6 +52,21 @@
         </div>
     </noscript>
 
+    <div class="row">
+        <h3>Scoring Guidelines</h3>
+        <dl class="dl-horizontal">
+            <dt class="irrelevant">Irrelevant</dt>
+            <dd>Results that have no relationship to the query</dd>
+            <dt class="maybe">Maybe Relevant</dt>
+            <dd>Undesirable results that have some relationship to the 
query</dd>
+            <dt class="probably">Probably Relevant</dt>
+            <dd>Related and possibly the answer to query, but not certainly. 
Results found towards the bottom of the result page.</dd>
+            <dt class="relevant">Relevant<dt>
+            <dd>A result you expect to find in the top 5 for the provided 
query</dd>
+        </dl>
+    </div>
+
+    <div class="row"><h3>Results</h3></div>
 
     <form method="post" novalidate>
         {{ form_errors(form) }}

-- 
To view, visit https://gerrit.wikimedia.org/r/286244
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I16d64cf269232bf84d6b06d489c3e6c8c05b4543
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/discovery/discernatron
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to