Changes between Version 16 and Version 17 of MolgenisTicketFaq
- Timestamp:
- 2010-12-01T10:51:47+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisTicketFaq
v16 v17 52 52 So what you need to do is describe this expected output. 53 53 54 Example ticket: '''Comparison of imputation methods Beagle, Impute and MACH'''54 Example ticket: 55 55 56 56 {{{ 57 title: Comparison of imputation methods Beagle, Impute and MACH 58 57 59 component: gwas 60 61 description: 58 62 59 63 Why or for whom? … … 78 82 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: 79 83 80 Example ticket: Implement use case: SearchQTLprofiles84 Example ticket: 81 85 {{{ 86 title: Implement use case: SearchQTLprofiles 87 82 88 component: xqtl 83 89 90 description: 84 91 Implement the enhancement as described in 85 92 … … 96 103 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. 97 104 98 Example ticket: Fix JPA if primary key is not named 'id'105 Example ticket: 99 106 {{{ 107 title: Fix JPA if primary key is not named 'id' 108 100 109 component: molgenis 110 111 description: 101 112 102 113 Why or for whom? … … 127 138 Example ticket: 128 139 {{{ 140 title: Java REST client doesn't work 141 142 component: molgenis 143 144 description: 129 145 Why or for whom? 130 146 We got a report stating that the REST api doesn't work from Java client