Changes between Initial Version and Version 1 of Ticket #501, comment 5


Ignore:
Timestamp:
Oct 1, 2013, 4:49:22 PM (11 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #501, comment 5

    initial v1  
    33 * The clustering protocol wizard will consist of two JSP scripts, `flowcell_protocol.jsp` and `flowcell_protocol2.jsp`, both in `reggie/resources/libprep/`, as well as modifications of Java servlet `FlowCellServlet.java` in `reggie/src/net/sf/basedb/reggie/servlet/`.
    44 * JSP script `flowcell_protocol.jsp` will be based on existing JSP scripts `flowcell_registration.jsp` (which also includes selection of flowcells) and `libprep_protocol.jsp`, while `flowcell_protocol2.jsp` will be loosely based the list part of `libprep_protocol2.jsp`.
     5 * JSP script `flowcell_protocol.jsp` will display a selection box of flow cells, that have not yet been processed. It will contain "Create protocol" and "Cancel" buttons. Function `init()` will call function `getFlowCells()` to get a list of unprocessed flow cells from Java servlet `FlowCellServlet.java`. The "Create protocol" button will be coupled to function `goCreate()`, which will call function `getSelectBoxResults(elementId)` to get a comma-separated list of selected flow cell id values.