-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.txt
70 lines (35 loc) · 1.15 KB
/
data.txt
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
# My Team
## In (16)
The tasks we work on next. They are added at the backlog grooming meeting.
* Fix crash (#bug,in:2012-12-5,@jim)
* Wrong output (#bug,in:2012-12-10,@joe,#online)
* Refactor library (#maintenance,in:2012-12-12,@jack)
## Analysis & design (6)
Understanding the task and designing a solution.
### WIP
* New form (#feature,in:2012-12-11,@jim)
### Done
* Fix error (#bug,in:2012-12-11,@joe)
## Development (8)
### WIP
* Fix error 1 (#bug,in:2012-12-10,@joe)
* Fix error 2 (#bug,in:2012-12-11,@joe,#onsite)
* Fix another error (#bug,#blocked,in:2012-12-12,@jack)
### Done
* Fix error 4 (#bug,in:2012-12-11,@joe)
## Review (8)
### WIP
### Done
## Ready for release (16)
Done, reviewed, and merged items, which are ready for release.
* Critical feature (#feature,#important,in:2012-12-10)
## Ready for test (16)
Items on staging or ready for testing in any other way.
* New report (#feature,in:2012-12-01,@john)
## Test (6)
Items under test.
## Ready for deploy (16)
Successfully tested items, which are ready for deployment.
## Done
Deployed, released, and done done.
* Refactoring (#maintenance,in:2012-11-11,@jack,done:2012-12-15)