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


Ignore:
Timestamp:
Oct 5, 2015, 9:41:25 AM (9 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #801, comment 32

    initial v1  
    33 1. JSP file `case_summary.jsp` in `resources/reports/` updated with "`Library`" section (previously commented out), after the "`DNA`" section.
    44 2. Javascript file `case_summary.js` in `resources/reports/` updated in function `caseInfoLoaded(response)` to obtain information on ''fpa'' and ''fpb'' DNA aliquots from the `CaseSummaryServlet` response, and insert it in appropriate fields in the "`Library`" section of the case summary form. Code for barcode name updated to display "`NA`", if not defined.
    5  3. Java servlet class/file `CaseSummaryServlet.java` in `src/net/sf/basedb/servlet/` updated in protected method `void doGet(HttpServletRequest req, HttpServletResponse resp)` for command "`GetCaseInfo`" to send information on ''fpa'' and ''fpb'' DNA aliquots in new JSON object with key "`lib`". The barcode string is constructed based on the well location on the library plate.
     5 3. Java servlet class/file `CaseSummaryServlet.java` in `src/net/sf/basedb/meludi/servlet/` updated in protected method `void doGet(HttpServletRequest req, HttpServletResponse resp)` for command "`GetCaseInfo`" to send information on ''fpa'' and ''fpb'' DNA aliquots in new JSON object with key "`lib`". The barcode string is constructed based on the well location on the library plate.