Changes between Initial Version and Version 1 of Ticket #792, comment 34


Ignore:
Timestamp:
Jul 21, 2015, 12:09:11 PM (9 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #792, comment 34

    initial v1  
    2121The latter will reappear in the library preparation wizards, when they are to be filled with samples (though not necessarily the same samples as were previously related to it via annotations).
    2222
     23Design update:
     24
     25 1. JSP file `index.jsp` in `resources/` updated in "`admin`" section with new entry "Create start lists from start DNA plates", with link to JSP file `create_start_list_from_start_plate.jsp` in `resources/admin/`.
     26 2. New JSP file `create_start_list_from_start_plate.jsp` in `resources/admin/` added. It contains a single step and is coupled to new javascript file `create_start_list_from_start_plate.js` in `resources/admin/`.
     27 3. New javascript file `create_start_list_from_start_plate.js` in `resources/admin/` added. It presents a list of all available start DNA plates, from which any number may be selected. When the "Register" button is pressed, java servlet `ExtractionServlet` will be called with new command "`CreateStartListsFromStartPlates`" to create start item lists for the selected start DNA plates.
     28 4. Java servlet class/file `ExtractionServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated in protected method `void doPost(HttpServletRequest req, HttpServletResponse resp)` with new command "`CreateStartListsFromStartPlates`" for creating start item lists for the selected start DNA plates.