Binoculars icon indicating copy to clipboard operation
Binoculars copied to clipboard

{literally watching your every move*} *not really, just when your graph runs. 🔍

Results 17 Binoculars issues
Sort by recently updated
recently updated
newest added

https://github.com/teamtreedyn/Binoculars/blob/e0cf00e74b95c37f2ac07381bae780b42e9a1c58/Data.cs#L83 hh is currently reporting the hour as a 12 hour clock rather than 24 hour. @brencass [suggests using HH instead](https://github.com/teamtreedyn/Binoculars/pull/1#issuecomment-480635405) @radumg [suggests ISO8601 standard format](https://github.com/teamtreedyn/Binoculars/pull/1#discussion_r273248729) As we're targeting a...

bug
data collection

As discussed by @2adicted, @brencass, and @radumg https://github.com/teamtreedyn/Binoculars/pull/1#issuecomment-481343121 We can use ```c# Model.HostName Model.HostVersion ``` To determine which environment the Dynamo graph is being run in: Dynamo Revit, Dynamo Sandbox,...

enhancement
help wanted
data collection

Add methods to export run data to `.csv` and `.json` saved on the local file system or networked server. Proposed method names are `Data.ExportToCSV()` and `Data.ExportToJSON()`. The methods will accept...

enhancement
data storage

The groundwork is already there; Binoculars has been configured to build and run tests on [AppVeyor CI](https://ci.appveyor.com/project/StudioLE/binoculars-vuboo) but currently it only confirms that Binoculars builds without errors, next we need...

enhancement
help wanted
data collection

Rather than sending data to the Google Sheets API every run we should save to a local `.csv` or `.json` file then export to the server / API endpoint on...

enhancement
data collection

Investigate the feasibility of using AWS CloudWatch as a storage and visualisation endpoint. https://aws.amazon.com/cloudwatch/

enhancement
data storage
data visualisation

AWS S3 is one of the cheapest cloud storage options available with incredible uptime and reliability. It would be well worth considering as an alternative storage platform, but we may...

enhancement
data storage