eternalGenius commited on
Commit
36661cc
·
verified ·
1 Parent(s): 5d9b572

Update thresholds.json

Browse files
Files changed (1) hide show
  1. thresholds.json +5 -5
thresholds.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
  "IsFunctional": 0.45,
3
  "IsBusiness": 0.55,
4
- "Other (OT)": 0.25,
5
  "Availability (A)": 0.35,
6
  "Fault Tolerance (FT)": 0.50,
7
- "Legal (L)": 0.80,
8
- "Look & Feel (LF)": 0.50,
9
  "Maintainability (MN)": 0.80,
10
  "Operability (O)": 0.70,
11
  "Performance (PE)": 0.55,
12
  "Portability (PO)": 0.4,
13
  "Scalability (SC)": 0.3,
14
- "Security (SE)": 0.65,
15
- "Usability (US)": 0.65
16
  }
 
1
  {
2
  "IsFunctional": 0.45,
3
  "IsBusiness": 0.55,
4
+ "Other (OT)": 0.40,
5
  "Availability (A)": 0.35,
6
  "Fault Tolerance (FT)": 0.50,
7
+ "Legal (L)": 0.45,
8
+ "Look & Feel (LF)": 0.35,
9
  "Maintainability (MN)": 0.80,
10
  "Operability (O)": 0.70,
11
  "Performance (PE)": 0.55,
12
  "Portability (PO)": 0.4,
13
  "Scalability (SC)": 0.3,
14
+ "Security (SE)": 0.55,
15
+ "Usability (US)": 0.40
16
  }