UTD-CRSS / exploreapollo-api

API server for the exploreapollo.org application
7 stars 4 forks source link

Add Missions to API & Postgres #86

Open toriannwin opened 3 years ago

toriannwin commented 3 years ago

Upon addition of missions beyond Apollo 11 to the Postgres database, the API and Website will likely need to be updated as well accordingly. Currently, all stories are associated with Apollo 11 by default. We need a Stories_Missions table added to the Postgres database to handle the relationship between stories and missions, and this needs to be accounted for in the API.

toriannwin commented 3 years ago

Associated with this issue on the app.