-
Notifications
You must be signed in to change notification settings - Fork 0
/
story_features.yml
113 lines (113 loc) · 3.77 KB
/
story_features.yml
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
path: story_features
files:
- filename: story-statistics.sql
table: story_statistics
column:
- story_points
- attachments
- labels
- watchers
- expected_ltcs
- expected_phtcs
- description_length
- priority
- ready_status
- overdue
default: 0
prediction:
- column: story_points
monte_carlo:
name: backlog
monte_carlo:
name: story
factors:
- type: remove
prob: gamma
scalar: -15
params: [15.3, 0.61] # 15.3/24.9
- type: add
prob: norm
scalar: 1
params: [5.85, 4.5] # 0.39 * 15, 0.30 * 15
descriptions:
nl:
- Storypoints
- Bijlagen
- Labels
- Story-watchers
- Logische testgevallen
- Fysieke testgevallen
- Lengte van beschrijving
- Prioriteit
- Ready status
- Achterstallig
en:
- Story points
- Attachments
- Labels
- Story watchers
- Logical test cases
- Physical test cases
- Length of description
- Priority
- Ready status
- Overdue
long_descriptions:
nl:
- Het aantal storypoints
- Het aantal bijlagen in de story
- Het aantal labels in de story
- Het aantal personen dat notificaties van aanpassingen aan de story ontvangt
- Het aantal verwachte logische testgevallen voor de story
- Het aantal verwachte fysieke testgevallen voor de story
- Het aantal karakters in de beschrijving van de story
- Prioriteit van de story
- Ready status van de story
- Of de story niet gesloten is terwijl dat de bedoeling was voor de huidige datum
en:
- The number of story points
- The number of attachments in the story
- The number of labels in the story
- The number of persons that receive notifications of changes to the story
- The number of expected logical test cases for the story
- The number of expected physical test cases for the story
- The number of characters in the description of the story
- Priority of the story
- Ready status of the story
- Whether the story was not closed when it was meant to before thecurrent date
units:
nl:
- "%s storypoints"
- "%s bijlagen"
- "%s labels"
- "%s story-watchers"
- "%s LTC's"
- "%s PhTC's"
- "%s karakters"
- "%s"
- "%s"
- "%s"
en:
- "%s story points"
- "%s attachments"
- "%s labels"
- "%s story watchers"
- "%s LTCs"
- "%s PhTCs"
- "%s characters"
- "%s"
- "%s"
- "%s"
- filename: number-of-links.sql
table: issuelinks
column: num_links
default: 0
descriptions:
nl: "Aantal links"
en: "Number of links"
long_descriptions:
nl: "Het aantal links waarin de story betrokken is"
en: "The number of links in which the story is involved"
units:
nl: "%s links"
en: "%s links"