chariot-dev / chariot

IoT Sensor Framework
GNU Lesser General Public License v3.0
5 stars 4 forks source link

Refactor Network to use Configuration model #58

Closed enioluwas closed 4 years ago

enioluwas commented 4 years ago

The Configuration model makes it easier to manipulate objects since they are exposed via our API. Currently, Network object modifications are manually verified and managed by the API.

This refactor would prevent the need for that, preventing long API call handlers as objects become more complex.

enioluwas commented 4 years ago

Closed by #60