Commit d36bbfeb2ac12a0c5045e5ab4684e34554a2f2ad

Authored by Renan Fichberg
1 parent 8fe67893

Minor text fixes.

Showing 1 changed file with 11 additions and 11 deletions   Show diff stats
app/views/tutorials/configuring.html.erb
1 1 <h1>Tutorial</h1>
2   -<h2>Processing configuration</h2>
  2 +<h2>Setting a New Configuration</h2>
3 3  
4 4 <hr />
5 5  
6 6 <h3>Requisites</h3>
7 7  
8   -In order to create a Project, you must:
  8 +In order to create a Configuration, you must:
9 9 <ul>
10 10 <li>Have <%= link_to("signed up", new_user_registration_path) %> to the platform</li>
11 11 <li>Be <%= link_to("signed in", new_user_session_path) %></li>
... ... @@ -41,36 +41,36 @@ In order to process a repository, Mezuro uses configurations which you specify o
41 41 <ol>
42 42 <li>Configuration creation</li>
43 43 <ol>
44   - <li>Click in "Configuration" on the upper menu</li>
45   - <li>Click in "New Configuration" on the upper menu</li>
  44 + <li>Click on "Configuration" on the upper menu</li>
  45 + <li>Click on "New Configuration" on the upper menu</li>
46 46 <ol>
47 47 <li>Fill in the form with a name that must be unique</li>
48 48 <li>Fill in the form with a description which is not required</li>
49   - <li>Click in "Save" and you should be at the configuration page now</li>
  49 + <li>Click on "Save" and you should be at the configuration page now</li>
50 50 </ol>
51 51 </ol>
52 52 <li>Metric addition</li>
53 53 <ol>
54 54 <li>From the configuration page</li>
55   - <li>Click in "Add Metric"</li>
56   - <li>Select one collector from the accordions, and click in the metric that you want to add</li>
  55 + <li>Click on "Add Metric"</li>
  56 + <li>Select one collector from the accordions, and click on the metric that you want to add</li>
57 57 <ol>
58 58 <li>Fill in the form with a "Weight", used to calculate the final grade</li>
59 59 <li>Select the "Aggregation Form" that will be used for this metric</li>
60 60 <li>Select the "Reading Group" which will provide the interpretations for this metric</li>
61   - <li>Click in "Save" and you should be at the configuration page now with the new metric added</li>
  61 + <li>Click on "Save" and you should be at the configuration page now with the new metric added</li>
62 62 </ol>
63 63 </ol>
64 64 <li>Ranges creation</li>
65 65 <ol>
66 66 <li>From the configuration page</li>
67   - <li>Click in "Show" for the metric which you want to create ranges to</li>
68   - <li>Click in "Add Range"</li>
  67 + <li>Click on "Show" for the metric which you want to create ranges to</li>
  68 + <li>Click on "Add Range"</li>
69 69 <ol>
70 70 <li>Fill in the form with the "Beginning" and "End" values for the interval</li>
71 71 <li>Fill in the form with the "Comments" which will be displayed if the metric value matches the interval</li>
72 72 <li>Select the "Reading" which will be used to calculate the grade, set the label and colour for this metric</li>
73   - <li>Click in "Save" and you should be at the metric page now with the new range added, congratulations!</li>
  73 + <li>Click on "Save" and you should be at the metric page now with the new range added, congratulations!</li>
74 74 </ol>
75 75 </ol>
76 76 </ol>
... ...