Changes between Version 10 and Version 11 of Modules/Matrix
- Timestamp:
- 2011-01-19T09:25:15+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Modules/Matrix
v10 v11 2 2 [[TOC()]] 3 3 4 Update 13 jan 2011: 4 == Brainstorm == 5 5 6 6 Joeri made a brainstorm picture which merges concepts with GUI 7 7 8 9 8 [[Image(matrix_brainstorm.png)]] 10 9 11 Update 7 jan 2011:12 10 == Joris' Matrix == 13 11 … … 28 26 == Erik's Matrix == 29 27 30 HIGHLIGHT 28 The strong point of this matrix implementation is the front-end, a jQuery DataTable. This provides the user with a lot of standard functionality like paging, filtering and searching. However, since the intermediate layer is a servlet, we had to do a lot of programming ourselves. But on the other hand, this enabled us to add nice features like the ability to add and remove feature columns at will. 29 30 In order to stay compatible with Joeri's work, we based our matrix back-end on the Matrix interface, but the version we used seems to be outdated now. 31 31 32 32 === Implementation === 33 33 34 ADD HERE 34 Interface: http://www.molgenis.org/svn/gcc/trunk/handwritten/java/plugins/listplugin/Matrix.java 35 36 Implementation: http://www.molgenis.org/svn/gcc/trunk/handwritten/java/plugins/listplugin/PhenoMatrix.java 35 37 36 38 === GUI === 37 39 38 ADD HERE 40 http://www.molgenis.org/svn/gcc/trunk/handwritten/java/plugins/listplugin/ListPlugin.java 41 42 http://www.molgenis.org/svn/gcc/trunk/handwritten/java/plugins/listplugin/ListPlugin.ftl 43 44 (!JavaScripts at the bottom) 39 45 40 46 === Regression test === 41 47 42 ADD HERE 48 None yet... 43 49 44 50 === Demo === 45 51 46 ADD HERE 52 Should be at http://demo.animaldb.org/ but seems to be broken at the moment... 53 54 You can of course always check out gcc, do gcc-generate, then animaldb-generate and -updatedb, run the application and go to Events -> Make/view lists. 47 55 48 56 == Joeri's Matrix ==