1
|
# ReliSA - SPADe-Web-GUI
|
2
|
This application was is used for analysis and detection of anti-patterns in project data.
|
3
|
|
4
|
In version 1.0.0 of this application, the detection of the following Anti-Patterns is implemented:
|
5
|
* Business As Usual
|
6
|
* Long Or Non-Existant Feedback Loops
|
7
|
* Ninety-NinetyRule
|
8
|
* RoadToNowhere
|
9
|
* SpecifyNothing
|
10
|
* Too Long Sprint
|
11
|
* Varying Sprint Length
|
12
|
|
13
|
# Basic architecture of app
|
14
|
|
15
|
# Installation guide
|
16
|
|
17
|
# Add new Anti-Pattern
|
18
|
|
19
|
# User guide
|
20
|
## Analyze projects
|
21
|
1) On home page select project to analyze (you can use check box for select/deselect all projects)
|
22
|
TODO obrázek
|
23
|
2) Select Anti-Patterns to analyze (you can use check box for select/deselect all Anti-Patterns)
|
24
|
TODO obrázek
|
25
|
3) Click to button Analyze
|
26
|
TODO obrázek
|
27
|
4) Table with detections result
|
28
|
TODO obrázek
|
29
|
5) Show details of detection
|
30
|
6) Show detail of Anti-Pattern
|
31
|
|
32
|
## Configuration of Anti-Patterns
|
33
|
1) Go to Configuration page
|
34
|
TODO obrázek
|
35
|
2) Change corresponding threshold values
|
36
|
TODO obrázek
|
37
|
3) Click button Save or press Enter
|
38
|
TODO obrázek
|
39
|
4) If the values are set correctly, a message is displayed stating that the values were saved successfully
|
40
|
TODO obrázek
|
41
|
5) If the values are set incorrectly, a error message is displayed and the corresponding values are highlighted in red with error message
|
42
|
TODO obrázek
|
43
|
|
44
|
## Show Anti-Pattern detail
|
45
|
1) Go to Anti-Pattern detail page
|
46
|
1) On Home page click on anchor Show next to corresponding Anti-Pattern
|
47
|
2) On result page slick on Anti-Pattern name and anchor Detail
|
48
|
2) Anti-Pattern detail page is shown (name, description, anchor to catalogue, configuration values)
|
49
|
3) Configuration values can be updated also in this page
|
50
|
1) Change corresponding threshold values
|
51
|
2) Click button Save or press Enter
|
52
|
4) If the values are set correctly, a message is displayed stating that the values were saved successfully
|
53
|
TODO obrázek
|
54
|
5) If the values are set incorrectly, a error message is displayed and the corresponding values are highlighted in red with error message
|
55
|
TODO obrázek
|
56
|
|
57
|
## Show project detail
|
58
|
1) On home page click on anchor Show, next to corresponding project
|
59
|
TODO obrázek
|
60
|
2) Project details is shown (project id, name, description)
|
61
|
TODO obrázek
|
62
|
|
63
|
|