Difference between revisions of "Globalyzer Dashboard FAQ"
(→Determining the number of issues created/fixed in a given time period) |
|||
Line 32: | Line 32: | ||
= Determining the number of issues created/fixed in a given time period = |
= Determining the number of issues created/fixed in a given time period = |
||
− | It is possible to view detailed information about the number of issues created or fixed during a given time period. This can be done using the Dashboard's inbuilt api. See the [[REST API]] section on this wiki for more information. |
+ | It is possible to view detailed information about the number of issues created or fixed during a given time period. This can be done using the Dashboard's inbuilt api. See the [[REST API#Issue_tracking]] section on this wiki for more information. |
Revision as of 19:38, 14 December 2017
Mapping of Rule Set Rules to Dashboard Rules
Rules in Globalyzer Rule Sets have both an associated category, and an associated priority. Issue detection categories include:
- Embedded Strings
- Locale Sensitive Methods
- General Patterns
- Static File References.
Rules for all categories may have priorities of 1-5. Additionally, Embedded String detections may be set to priority 0, which indicates a concatenation issue.
The Lingoport Dashboard's rules include the same categories as above. However, the priorities only go from 1-3. The mapping between these priorities is as follows:
Globalyzer Priority | Dashboard Priority |
---|---|
0 (Embedded String) | Concatenation |
1 | 1 |
2 | 2 |
3-5 | 3 |
Determining the number of issues created/fixed in a given time period
It is possible to view detailed information about the number of issues created or fixed during a given time period. This can be done using the Dashboard's inbuilt api. See the REST API#Issue_tracking section on this wiki for more information.