
README - Build 3159 changes
===========================

Date: 8th December 2021
-----------------------

This update contains:
a. datalogs.html
b. extralogs.html
c. js/datalogs.js
d. js/extradatalogs.js

The changes in the html files is to enable the range of dates to be selected to accommodate the chnages to the api calls.

The changes to the .js files are to prevent dates in the future being selected, to make the calendars disappear after a valid date has been selected and to load some initial data when the page loads.

The 'Data Logs' page loads data covering last month, current day to the current day by default.  This can be changed by editing the js/datalogs.js file line 10 which subtracts 1 from the current month date.  Absolute data can be used or computation as shown in the file.  The rturned date will automatically accommodate spanning months (or years).

The 'Extra Data Logs' page subtracts 7 from the current date and loads 7+ days worth of data.  See above for changing this.

  