You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reviews should be written on a question basis ie at most one review per question.
We will need to add one model Review that has two foreign keys - User and Question.
We will need to attach the Review to the QuestionSerializer so both the review is returned with the question.
Permission will be important because only the user and TAs of the class can have access.
The review endpoint should be a subroute of questions.
The text was updated successfully, but these errors were encountered:
Reviews should be written on a question basis ie at most one review per question.
We will need to add one model Review that has two foreign keys - User and Question.
We will need to attach the Review to the QuestionSerializer so both the review is returned with the question.
Permission will be important because only the user and TAs of the class can have access.
The review endpoint should be a subroute of questions.
The text was updated successfully, but these errors were encountered: