Changes between Initial Version and Version 1 of Ticket #421, comment 4


Ignore:
Timestamp:
Oct 23, 2012, 7:29:09 AM (12 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #421, comment 4

    initial v1  
    33Data for the report is collected by servlet `SampleReportServlet` in `reggie/src/net/sf/basedb/reggie/servlet/`, while the table presentation is created by JSP script `samplereportgenerator` in `reggie/resources/`. Currently, however, the data for the summed values for each site and all sites together are calculated by the JSP script.
    44
    5 The problems seems to have different causes:
     5The problems seem to have different causes:
    66
    77 1. The problem for the monthly view was identified by Nicklas Nordborg as being caused by the way the monthly steps are created in the code, where e.g. 2011-01-30 is followed with what would literally be 2011-02-30, which is re-interpreted by the java method to be equal to 2011-03-02, resulting in data for January 2011 being followed by those for March 2011, while data for February 2011 is missing. While the short month of February is the typical case where this problem might appear, all months with less than 31 days might be affected (although only one month for each table).