Changes between Initial Version and Version 1 of Ticket #801, comment 98


Ignore:
Timestamp:
Nov 24, 2015, 4:27:24 PM (8 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #801, comment 98

    initial v1  
    11(In [3619]) Refs #801. Refs #816. Wizard "Create new start DNA plate" in sub-section "Start DNA plate wizards" in section "Library preparation wizards" updated in step 4 (final step before registration) by allowing a previously stored library preparation protocol to be selected:
    22
    3  1. JSP file `select_dna_for_start_plate.js` in `resources/´libprep/` updated by adding a library preparation protocol menu in step 4, between the start plate name and kit name.
     3 1. JSP file `select_dna_for_start_plate.jsp` in `resources/´libprep/` updated by adding a library preparation protocol menu in step 4, between the start plate name and kit name.
    44 2. Javascript file `select_dna_for_start_plate.js` in `resources/´libprep/` updated:[[BR]]a. Function `initializeStep4(event)` updated by loading the protocol menu with library preparation protocols by calling `ProtocolServlet` with command "`GetProtocols`", attribute `subtype` set to "`LIBRARY_PROTOCOL`", and callback function to `protocolsLoaded(response)`.[[BR]]b. New callback function `protocolsLoaded(response)` added. It loads the protocol menu with retrieved library preparation protocols, after which an extra `none` item is added.[[BR]]c. Function `submit()` updated by adding the selected library preparation protocol id and name to the submitted info and call parameters. Servlet call corrected to calling `DnaServlet` with command "`CreateDnaOrLibPlate`".[[BR]]d. Function `createProtocol()` updated by adding the selected library preparation protocol id and name to the submitted info. This is intended for future use.
    55 3. Data access object class/file `Annotationtype.java` in `src/net/sf/basedb/meludi/dao/` updated with new bioplate annotation types for library preparation protocol id and name, `BATCH_LIBRARY_PREPARATION_PROTOCOL_ID` and `BATCH_LIBRARY_PREPARATION_PROTOCOL_NAME`, respectively.