Changes between Version 7 and Version 8 of StoryConvertPhenoData


Ignore:
Timestamp:
2011-12-01T14:24:36+01:00 (12 years ago)
Author:
Erik Roos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • StoryConvertPhenoData

    v7 v8  
    2121* Run the convertor as Java application
    2222* If you encounter errors, find out what the last part of "our" code was where it went wrong. Probably it's an issue with an entity that's not saved before being flushed. Go to the offending line and find out which entity is the problem. Scroll to the right in the Console to find out which Many-to-One relation of the Entity is the cause. Go to the generated Java class of the entity and uncomment the "cascade" part in the "@ManyToOne" line just above the line where the relation is defined. Re-run.
     23
     24Short-term to do's (according to Joris)
     25* Spss exporter
     26* filter opnemen in export
     27* opruimen van source-code (maar dit wil ik ook wel doen als ik terug ben), met de schop erdoorheen (alles wat met de oude importer te maken heeft kan de prullenbak in alleen sommige dingen worden gebruikt in de nieuwe importer). Dit moet dus aangepast worden.
     28* de source code is een bende, maar dit komt doordat alles in het werk is gesteld om iets werkends te krijgen, voor een lijst van todo's die hier mee te maken hebben zie de wiki.
     29
     30Wil je de filters van de matrix meenemen in de export dan die je dit te activeren door de juiste variablen mee te sturen.
     31
     32{{{
     33jqGrid.html
     34//        var myUrl = jQuery("#list").jqGrid('getGridParam', 'url');
     35//        myUrl += "?myextraparam=something";
     36//        var postData = jQuery("#list").jqGrid('getGridParam', 'postData');
     37//        $.each(postData, function(key, value) {
     38//          myUrl += "&"+key+"="+encodeURIComponent(value);
     39//        });
     40}}}
     41
     42
     43Dit stukje code kan alle paramaters uit het grid halen en kan dus gebruikt worden om de filters ook toe te passen op export.
    2344
    2445To-do's / issues: