-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathestimates.rabu
129 lines (129 loc) · 3.96 KB
/
estimates.rabu
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "Rabu Schedule 0.5",
"updated": "10 Jul 2011",
"iterations": [
{
"started": "10 Jul 2011",
"length": 7,
"velocity": 4,
"riskMultipliers": [0.5, 1, 2],
"included": [
["Smaller page size", 0],
["Improved page clarity", 0],
["Website improvements", 0],
["Rabu 0.4 release", 0],
["Landscape layout", 0],
["Documentation", 0],
["Divider drag-and-drop", 0],
["Feature drag-and-drop", 1]
],
"excluded": [
["Animated drag-and-drop transitions", 6.5],
["Configuration validation and error handling", 13],
["Robust cross-browser testing & support", 4],
["Mobile browser support", 5],
]
},
{
"started": "3 Jul 2011",
"length": 7,
"velocity": 4,
"riskMultipliers": [0.5, 1, 2],
"included": [
["Smaller page size", 0],
["Improved page clarity", 0],
["Website improvements", 0],
["Rabu 0.4 release", 0],
["Landscape layout", 0],
["Documentation", 0],
["Feature drag-and-drop", 4],
["Divider drag-and-drop", 1]
],
"excluded": [
["Animated drag-and-drop transitions", 6.5],
["Configuration validation and error handling", 13],
["Robust cross-browser testing & support", 4],
["Mobile browser support", 5],
]
},
{
"started": "26 Jun 2011",
"length": 7,
"velocity": 0,
"riskMultipliers": [0.5, 1, 2],
"included": [
["Smaller page size", 0],
["Improved page clarity", 0],
["Website improvements", 0],
["Rabu 0.4 release", 0],
["Landscape layout", 0],
["Documentation", 0],
["Feature drag-and-drop", 4],
["Divider drag-and-drop", 1]
],
"excluded": [
["Animated drag-and-drop transitions", 6.5],
["Configuration validation and error handling", 13],
["Robust cross-browser testing & support", 4],
["Mobile browser support", 5],
]
},
{
"started": "19 Jun 2011",
"length": 7,
"velocity": 3.5,
"riskMultipliers": [0.5, 1, 2],
"included": [
["Smaller page size", 0],
["Improved page clarity", 0],
["Website improvements", 0],
["Rabu 0.4 release", 0],
["Landscape layout", 0],
["Documentation", 0.5],
["Feature drag-and-drop", 7.5]
],
"excluded": [
["Configuration validation and error handling", 13],
["Robust cross-browser testing & support", "?"],
["Mobile browser support", "?"],
]
},
{
"started": "12 Jun 2011",
"length": 7,
"velocity": 2,
"riskMultipliers": [1, 2, 4],
"included": [
["Smaller page size", 0],
["Improved page clarity", 0],
["Website improvements", 0.5],
["Rabu 0.4 release", 0.5],
["Landscape layout", 0.5],
["Feature drag-and-drop", 8]
],
"excluded": [
["Configuration validation and error handling", 13],
["Robust cross-browser testing & support", "?"],
["Mobile browser support", "?"],
["Documentation", "?"]
]
},
{
"started": "5 Jun 2011",
"length": 7,
"velocity": 1.5,
"riskMultipliers": [1, 2, 4],
"included": [
["Smaller page size", 1],
["Easier to understand page", 0.5],
["Feature drag-and-drop", 8.5]
],
"excluded": [
["Configuration validation and error handling", 13],
["Robust cross-browser testing & support", "?"],
["Mobile browser support", "?"],
["Documentation", "?"]
]
}
]
}