-
Notifications
You must be signed in to change notification settings - Fork 0
/
extas.json
98 lines (98 loc) · 2.49 KB
/
extas.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "extas/bv-profiles",
"package_classes": [
{
"class": "extas\\components\\bv\\profiles\\ProfileRepository",
"interface": "extas\\interfaces\\bv\\profiles\\IProfileRepository"
}
],
"plugins": [
{
"class": "extas\\components\\plugins\\PluginInstallBVProfiles",
"stage": "extas.install"
}
],
"bv_profiles": [
{
"name": "default",
"title": "По умолчанию",
"description": "Профиль по умолчанию: все веса равны единице",
"weights": {
"more_buyers": 1,
"more_products": 1,
"higher_price": 1,
"too_hard_to_deny": 1,
"happiness": 1,
"fans": 1,
"education": 1,
"hold_users": 1,
"active_users": 1,
"fewer_bugs": 1,
"deploy": 1,
"new_development": 1,
"support": 1,
"marketing": 1,
"new_possibilities": 1,
"promise": 1,
"law": 1,
"align_with_plans": 1,
"economy": 1,
"help": 1
}
},
{
"name": "support",
"title": "Поддержка",
"description": "Веса повышают значимость категорий, удешевляющих поддержку",
"weights": {
"more_buyers": 1,
"more_products": 1,
"higher_price": 1,
"too_hard_to_deny": 2,
"happiness": 1,
"fans": 1,
"education": 1,
"hold_users": 3,
"active_users": 2,
"fewer_bugs": 3,
"deploy": 3,
"new_development": 1,
"support": 3,
"marketing": 1,
"new_possibilities": 1,
"promise": 1,
"law": 1,
"align_with_plans": 1,
"economy": 3,
"help": 1
}
},
{
"name": "startup",
"title": "Стартап",
"description": "Веса повышают значимость категорий, привлекающих пользователей",
"weights": {
"more_buyers": 3,
"more_products": 3,
"higher_price": 3,
"too_hard_to_deny": 3,
"happiness": 2,
"fans": 3,
"education": 3,
"hold_users": 1,
"active_users": 3,
"fewer_bugs": 1,
"deploy": 3,
"new_development": 3,
"support": 1,
"marketing": 3,
"new_possibilities": 3,
"promise": 1,
"law": 1,
"align_with_plans": 2,
"economy": 1,
"help": 1
}
}
]
}