Leigh Dodds
Leigh Dodds
### Expected Behaviour Expected Zapier to submit dates to Bothan using the date formatting I specified in the google sheet. ### Current Behaviour (for problems) I had a date like...
### Expected Behaviour When I'm triggering metric submissions using the "New or Updated Spreadsheet Row" option, I sometimes want to be able to use a date specified in the spreadsheet....
### Expected Behaviour In the Zapier integration I'm prompted to enter the URL of my Bothan instance to sent metrics. The example URL doesn't have a trailing slash. ### Current...
The BaseloadService currently attempts to generation seasonal (and intraday) variations for all electricity meters: ``` @electricity_meters ||= @meter_collection.electricity_meters ``` When a MeterCollection is setup by the application it initially includes...
Report was including schools that didn't have any gas data, or enough gas data to analyse. Have fixed this by adding a where clauses that checks that some data is...
* https://github.com/Energy-Sparks/energy-sparks_analytics/pull/695 * https://github.com/Energy-Sparks/energy-sparks_analytics/pull/694
One of the charts on the out of hours usage page was defaulting to £ rather than kwh and also not obeying the school preference. This chart fixes that by...
Provides a simple form for previewing charts using a school's current data. Intended to help support debugging and reviewing chart configurations. Currently the only way to do that is using...
This is still a work in progress. At various places across the site we want to display what tariff information has been used between two dates. Currently this information is...
Fixes an issue in new meter breakdown table. The table loops through all meters for a fuel type. But some schools have decommissioned/old meters which are active but are not...