This PR updates the Sequelize models, SQL definitions, and existing server endpoints to account for the fact that we have designated galaxy spec-1572-53177-0186 as a "sample" galaxy that every student will do a measurement for (this is the only galaxy for which is_sample = 1). This PR also adds new endpoints for getting the sample measurements (either all of them or for a single student) from the database.
This PR updates the Sequelize models, SQL definitions, and existing server endpoints to account for the fact that we have designated galaxy spec-1572-53177-0186 as a "sample" galaxy that every student will do a measurement for (this is the only galaxy for which
is_sample = 1
). This PR also adds new endpoints for getting the sample measurements (either all of them or for a single student) from the database.