cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Creation of dummy students and improvements to state and measurement updates #6

Closed Carifio24 closed 2 years ago

Carifio24 commented 2 years ago

This PR adds a /new-dummy-student endpoint that creates a new dummy student and returns the relevant information. The use case here is for generating test data for the app, and we'll probably want to remove this endpoint in the future. Additionally, the ability to update a story state via a PUT request has been added, as well as support for updating a measurement using a galaxy's name rather than its ID.