Changes between Version 6 and Version 7 of Ticket #725, comment 37


Ignore:
Timestamp:
Mar 17, 2015, 10:07:46 AM (9 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #725, comment 37

    v6 v7  
    55 2. JSP file `index.jsp` i `resources/` updated:[[BR]]a. Entry for "Lab Tracking protocol for Allprep isolation" updated by exchanging the counter "`specimens-without-extract`" for "`unprocessed-extract-source-items`" and counter title "`Number of unprocessed selections`" for "`Number of unprocessed specimens and unquantified RNA/DNA`".[[BR]]b. Entry for "DNA/RNA registration/quantification" updated by exchanging the counter "`specimens-without-extract`" for "`dna-plates-without-eventdate`" and counter title "`Number of unprocessed specimens and unquantified RNA/DNA`" for "`Number of unprocessed start DNA plates`".
    66
    7  3. Data access object (DAO) class/file `Annotationtype.java` in `src/net/sf/basedb/meludi/dao/` updated:[[BR]]a. New static final `Annotationtype` "`SourceItemNames`" defined for bioplates. It is a multi-valued String type annotation type.
     7 3. Data access object (DAO) class/file `Annotationtype.java` in `src/net/sf/basedb/meludi/dao/` updated with new annotation types:[[BR]]
    88|| '''Name''' || '''Type''' || '''Item type''' || '''Multi-valued''' ||
    99|| `IsolationDate` || `Type.DATE` || `Item.EXTRACT` || `No` ||
     
    2222|| `BatchAllprepFfpeKit` || `Type.STRING` || `Item.BIOPLATE` || `No` ||
    2323|| `BatchQiacubeOperator` || `Type.STRING` || `Item.BIOPLATE` || `No` ||
     24
     25 4. Java servlet class/file `InstallServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated with new bioplate type `BioplateType.DNA`, annotation type category `Subtype.DNA`, and new annotation types.