Changes between Version 10 and Version 11 of Modules/Matrix


Ignore:
Timestamp:
2011-01-19T09:25:15+01:00 (14 years ago)
Author:
Erik Roos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Modules/Matrix

    v10 v11  
    22[[TOC()]]
    33
    4 Update 13 jan 2011:
     4== Brainstorm ==
    55
    66Joeri made a brainstorm picture which merges concepts with GUI
    77
    8 
    98[[Image(matrix_brainstorm.png)]]
    109
    11 Update 7 jan 2011:
    1210== Joris' Matrix ==
    1311
     
    2826== Erik's Matrix ==
    2927
    30 HIGHLIGHT
     28The 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
     30In 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.
    3131
    3232=== Implementation ===
    3333
    34 ADD HERE
     34Interface: http://www.molgenis.org/svn/gcc/trunk/handwritten/java/plugins/listplugin/Matrix.java
     35
     36Implementation: http://www.molgenis.org/svn/gcc/trunk/handwritten/java/plugins/listplugin/PhenoMatrix.java
    3537
    3638=== GUI ===
    3739
    38 ADD HERE
     40http://www.molgenis.org/svn/gcc/trunk/handwritten/java/plugins/listplugin/ListPlugin.java
     41
     42http://www.molgenis.org/svn/gcc/trunk/handwritten/java/plugins/listplugin/ListPlugin.ftl
     43
     44(!JavaScripts at the bottom)
    3945
    4046=== Regression test ===
    4147
    42 ADD HERE
     48None yet...
    4349
    4450=== Demo ===
    4551
    46 ADD HERE
     52Should be at http://demo.animaldb.org/ but seems to be broken at the moment...
     53
     54You 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.
    4755
    4856== Joeri's Matrix ==