YCPRadioTelescope / RT-Contracts

Back-end architecture for the Radio Telescope Senior Software Design Project for the 2018-2019 academic year
3 stars 1 forks source link

Create an API route to retrieve the sensor network configuration #128

Open pdnelson opened 3 years ago

pdnelson commented 3 years ago

At the moment, when the front end loads up their new (to-be-created) sensor initialization, they will need a way to pre-populate the page with the already-existing sensor initialization information.

This will use the already-existing sensorNetworkConfig repository. The following other tasks will need to be executed:

TEST, using Postman, that when you pass a telescope ID through this API call, it returns the correct (and complete) sensor network config data.

Be sure to create unit tests for functions in the Controller, Contract, and any other functions that may have been created over the course of this issue.