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

Adding Latitude/Longitude/Altitude to the radio_telescope table #80

Closed lgartrell closed 4 years ago

lgartrell commented 4 years ago

Work Needed

3 new columns requested to hold the Latitude, Longitude, and Altitude of the radio telescope. Getters and Setters need to accompany the new tables as well.

pdnelson commented 4 years ago

I looked into the RadioTelescope class in Control Room, and it looks like there's already a location field there, we just need to map it to the database. To avoid reworking a bunch of things, we'll actually have to add a location table and a location_id join column to the radio_telescope table.