Crud Endpoints for a Survey table.
the Survey table should have
userID, collegeID, sportID, rating1, rating2, rating2 etc
then 3 endpoints
POST single survey response
DELETE single survey response
GET (own users) survey response
GET average score for each rating (has sport filter and college filter)
Crud Endpoints for a Survey table.
the Survey table should have
userID, collegeID, sportID, rating1, rating2, rating2 etc
then 3 endpoints
POST single survey response
DELETE single survey response
GET (own users) survey response
GET average score for each rating (has sport filter and college filter)