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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #801, comment 97

    initial v1  
    55Design update:
    66
    7  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.
     7 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.
    88 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.
    99 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.