diff --git a/app/assets/stylesheets/form_with_tooltip.css b/app/assets/stylesheets/form_with_tooltip.css index a72ede4..3512120 100644 --- a/app/assets/stylesheets/form_with_tooltip.css +++ b/app/assets/stylesheets/form_with_tooltip.css @@ -16,7 +16,7 @@ .field-container { position: relative; float: left; - width: 653px; + width: 100%; padding: 20px; } diff --git a/app/views/metric_configurations/_form.html.erb b/app/views/metric_configurations/_form.html.erb index b089a0b..0c2a648 100644 --- a/app/views/metric_configurations/_form.html.erb +++ b/app/views/metric_configurations/_form.html.erb @@ -10,7 +10,7 @@

- The Weight of a metric is used to calculate the weighted average of a <%= link_to 'module', tutorials_path("keywords", anchor: "module")%>. + It is used to calculate the weighted average of a <%= link_to 'module', tutorials_path("keywords", anchor: "module")%>.

@@ -22,7 +22,7 @@

- It is the calculation of statistical results for higher <%= link_to 'granularity', tutorials_path('keywords', anchor: 'granularity') %> modules (e.g., average lines of code of classes inside a package). + It is the calculation of statistical results for higher <%= link_to 'granularity', tutorials_path('keywords', anchor: 'granularity') %> modules (e.g., average lines of code of the classes inside a package).

diff --git a/app/views/mezuro_configurations/_form.html.erb b/app/views/mezuro_configurations/_form.html.erb index 08c07c8..f6566ac 100644 --- a/app/views/mezuro_configurations/_form.html.erb +++ b/app/views/mezuro_configurations/_form.html.erb @@ -9,11 +9,6 @@ <%= f.label :name, class: 'control-label' %>
<%= f.text_field :name, class: 'text-field' %> -
-

- The name of your Configuration. -

-
@@ -21,11 +16,6 @@ <%= f.label :description, class: 'control-label' %>
<%= f.text_area :description, class: 'text-area' %>
-
-

- A short description of your Configuration. -

-
diff --git a/app/views/tutorials/keywords.html.erb b/app/views/tutorials/keywords.html.erb index 051b9e3..27a67f1 100644 --- a/app/views/tutorials/keywords.html.erb +++ b/app/views/tutorials/keywords.html.erb @@ -7,36 +7,52 @@

Granularity

-

Mezuro uses four levels of granularity:

- +

Represents the granularity level of the code fragment being measured. Mezuro uses four levels of granularity:

+

Module

-

Represents a fragment of the software. Every node in the processing tree generated by the Kalibro processor is a module. It can be a software package, file or the whole software.

+

Represents a fragment of the software. Every node in the processing tree generated by the Kalibro processor is a module and each module has a granularity.

Range

-

Represents numerical intervals that may contain the value calculated for a given metric. Ranges combined with readings provide interpretations for metric results.

+

Represents numerical intervals that may contain the value calculated for a given metric. Ranges combined with readings provide interpretations for metric results.

Reading

-

The interpretation given to a metric result (e.g., "Good", "Complex", "A"). Readings combined with ranges provide interpretations for metric results.

+

The interpretation given to a metric result (e.g., "Good", "Complex", "A"). Readings combined with ranges provide interpretations for metric results.

Reading Group

-

A set of readings that make sense when grouped together (e.g., "Good" and "Bad", "Simple" and "Complex").

+

A set of readings that make sense when grouped together (e.g., "Good" and "Bad", "Simple" and "Complex").

+
+
+

Configuration

+ +

+
+
+

Metric Result

+ +

It is a numerical result associated to a metric by the Collector or aggregating in the case of a Compound Metric

+
+ +
+

Metric

+

A software metric is a quantitative measure of some property of a module. For more details see + <%= link_to 'Carlos Morais dissertation', 'http://www.teses.usp.br/teses/disponiveis/45/45134/tde-25092013-142158/publico/dissertacao.pdf' %>.

-- libgit2 0.21.2