Changes between Initial Version and Version 1 of Ticket #452, comment 6


Ignore:
Timestamp:
Dec 13, 2012, 10:33:31 AM (11 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #452, comment 6

    initial v1  
    33 * A new JSON key value "`noDateOrMissing`" is introduced, in order to keep track of the new values.
    44 * JSP script `samplereportgenerator.jsp` in `reggie/resources/` should be updated to calculate percentage values in the second table based on the "Sum" column in that table. The "Sum" column in table two will now take its values based on the new JSON key "`noDateOrMissing`". New comments will also be added.
    5  * Servlet class/file `SampleReportServlet` in `reggie/src/net/sf/basedb/reggie/servlet/` should be updated to not include missing consents in the "noDate" column, nor in the columns for "Sum" and "Total". The new JSON value "`noDateOrMissing`" is used for consents with unknown date or missing consents. The number of missing consents is now made available via a separate JSON key in the "statistics" data, sent bacj to the servlet.
     5 * Servlet class/file `SampleReportServlet` in `reggie/src/net/sf/basedb/reggie/servlet/` should be updated to not include missing consents in the "noDate" column, nor in the columns for "Sum" and "Total". The new JSON value "`noDateOrMissing`" is used for consents with unknown date or missing consents. The number of missing consents is now made available via a separate JSON key in the "statistics" data, sent back to the servlet.