sheeriot / surveyor

RF Field Surveyor - A Django Project for LoRaWAN Field Performance Evaluation
0 stars 0 forks source link

Feature: Spreading Factor Reports for BucketDevices #34

Closed krisdthompson closed 5 months ago

krisdthompson commented 5 months ago

Add a new Spreading Factor report to bucket devices report

  1. create a new trunk of this to deploy some new stats (spreading factor by device and totals). https://github.com/sheeriot/surveyor
  2. create the stats in table format in the celery task, and save it on redis along with other report elements
  3. note there is now a jupyter notebook that can be used to develop new report elements, but the code cannot be posted due to sensitive data. fix that and post the notebook but not with large cell output (clear some or all cells).
  4. add to the ajax_view the presenting of the table to a new template
  5. add to the ajax_view new charts to show spreading factor usage
  6. add the new ajax_view report to full report html and add the javascript to get the contents
krisdthompson commented 5 months ago

This was implemented and deployed.