Changes between Version 23 and Version 24 of MolgenisTicketFaq
- Timestamp:
- 2010-12-01T11:16:22+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisTicketFaq
v23 v24 58 58 Currently we have four flavors of tickets. For each of them examples are shown: 59 59 |---------------- 60 {{{#!td 60 {{{#!td valign="top" 61 61 todo 62 62 }}} 63 {{{#!td 63 {{{#!td valign="top" 64 64 A '''todo''' is a unit of work that does not result in commits to SVN but instead in a wiki page, Excel document, a presentation and so on. 65 65 So what you need to do is describe this expected output. … … 73 73 }}} 74 74 |---------------- 75 {{{#!td 75 {{{#!td valign="top" 76 76 enhancement 77 77 }}} 78 {{{#!td 78 {{{#!td valign="top" 79 79 An '''enhancement''' is working on a new set of features in our software. In this case we EXPECT that there has already been a ticket that defines this enhancement. In these cases the ticket is simple: 80 80 … … 86 86 }}} 87 87 |---------------- 88 {{{#!td 88 {{{#!td valign="top" 89 89 defect 90 90 }}} 91 {{{#!td 91 {{{#!td valign="top" 92 92 93 93 A '''defect''' is a known error in our code base. In this case the ticket MUST describe what you need to do to reproduce the defect and you MUST create a test that shows the problem. If possible you will first create a UnitTest that shows the bug so that it can never come back without us knowing. … … 100 100 }}} 101 101 |---------------- 102 {{{#!td 102 {{{#!td valign="top" 103 103 test 104 104 }}} 105 {{{#!td 105 {{{#!td valign="top" 106 106 A '''test''' is a special ticket to move the todo of 'testing' an enhancement or bugfix to others in the team. Usually it only refers to the other ticket where the actual bug/enhancement is described. Also newly reported bugs may first need a test case before the tickets can be changed into a bugfix. 107 107