Changes between Version 25 and Version 26 of MolgenisAppStories
- Timestamp:
- 2011-11-25T14:49:29+01:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisAppStories
v25 v26 1 1 = Stories for the LifeLines release of Jan. 2012 = 2 3 2 == As LL team we want to be able to deploy VMs with a basic toolset == 4 5 3 Scrum: ticket:1068 6 4 … … 10 8 11 9 == As LL team we want to connect each WOM to the proper VM == 12 13 10 Scrum: ticket:1053 14 11 … … 18 15 19 16 == As LL team we want to provide a Molgenis Research Portal for each study == 20 21 17 Scrum: ticket:949 22 18 … … 26 22 27 23 == In the Molgenis Research Portal, we want to have a Phenotype Matrix Viewer == 28 29 24 Scrum: ticket:1050 30 25 … … 34 29 35 30 == As a user, I want to select a phenotype and a list of individuals in the Molgenis Research Portal and then run a GWAS on the LL geno data == 36 37 31 Scrum: ticket:1052 38 32 … … 82 76 83 77 == As a LL data manager, I want to have a Catalog of the LL phenotype data == 84 85 78 Scrum: ticket:1051 86 79 … … 94 87 95 88 == As a LL data manager, I want to load data from publish layer into EAV (pheno model) == 96 97 89 Scrum: ticket:1067 98 90 … … 113 105 * Re-factor lifelines packages (it a little bit messy), remove old not used code anymore and place in descriptive packages 114 106 * Remove JPA dependencies 115 * Many-to-many in JPA are not working properly with Labels, for example ov.setTarget_Name("x"). In JDBCMapper this is solved, but know not where and how we could best do this for JPA. This set by label should also be put into generated test. 107 * Many-to-many in JPA are not working properly with Labels, for example ov.setTarget_Name("x"). In JDBCMapper this is solved, but know not where and how we could best do this for JPA. This set by label should also be put into generated test 108 * Remove change org.molgenis.[wiki:JpaDatabase] interface to prevent this 109 * //trick to prevent compilation problem in Hudson, should be changed! 110 * this.em = ((!JpaDatabase)db).getEntityManager().getEntityManagerFactory().createEntityManager(); 116 111 * Update CSV readers to be multi threaded? 117 112 * In (production) environment it's not a bad idea to put the java executable in the Oracle VM that part of the database.