csc301-2023-fall / project-34-qeynet-inc-t

Repository for Astra, a U of T CSC301 team project developed for QEYnet.
MIT License
0 stars 1 forks source link

Datateam updates #14

Closed johnnyjly closed 9 months ago

johnnyjly commented 9 months ago

Add some new features:

  1. The data could now be retrieved with different step lengths. (To improve the efficiency of the graph plotting tab.)
  2. Telemetry data could now be stored into a file with a given filename and file extension. 3.Could fetch a list of names for all the devices & delete a certain device by its name.

Also add a few unittests for the db_manager module to test if the interactions with the database provide the correct results.