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

Telescope Type #54

Closed jhorne98 closed 3 years ago

jhorne98 commented 4 years ago

The 'radio_telescope' table needs a "telescope_type" column expressing whether the current telescope has a slipring or hard stops.

pdnelson commented 4 years ago

I think this should be made a non-nullable enum type with the options 'SLIP_RING' and 'HARD_STOPS'