Changes between Version 6 and Version 7 of Ticket #725, comment 37
- Timestamp:
- Mar 17, 2015, 10:07:46 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #725, comment 37
v6 v7 5 5 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`". 6 6 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]] 8 8 || '''Name''' || '''Type''' || '''Item type''' || '''Multi-valued''' || 9 9 || `IsolationDate` || `Type.DATE` || `Item.EXTRACT` || `No` || … … 22 22 || `BatchAllprepFfpeKit` || `Type.STRING` || `Item.BIOPLATE` || `No` || 23 23 || `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.