-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update get_problem_responses to DRF #35060
Comments
Hi @awais786 can you please assign this task to me as I would like to contribute, while solving this issue it will also give me an opportunity to go through the vast code as well. |
@pnaskardev I think that's fine as long as the PR is a draft PR. |
@pnaskardev I will add more information in this ticket and testing steps. Thanks for picking this ticket. |
@pnaskardev I have added testing steps in the description, please let me know if you have any questions. |
@awais786 this is not related to coding purpose but I signed Individual contributor agreement and I still haven't received a confirmation I am not sure what to do |
@awais786 to test the API I want to create a course to get the course_id, but since I am new to the repository I am unable to find where should I approve my request so that I can start creating the courses and do the rest of the work. Can you please help me with this |
|
I think it will take few days. |
|
You can do this. https://docs.tutor.edly.io/local.html#creating-a-new-user-with-staff-and-admin-rights |
Hi @awais786 I was making some requests to the development server and because of To solve this CSRF Token issue I thought of copying the CSRF tokens from the browser itself but I couldn't find it |
@pnaskardev I am happy you are making good progress. For csrf please try this in post man
|
Hi @awais786 & @pnaskardev |
@AmauryVanEspen & @pnaskardev |
@awais786 : "405 Method Not Allowed" |
@AmauryVanEspen which api you are hitting please share some screenshot ? Body and Header information as well. |
There are no changes in get_problem_responses api right?? the response structured remains the same right? |
Yes, response should be same. |
This api needs to be converted using DRF.
API URL for local
http://local.edly.io:8000/courses/course-v1:edx+cs222+2311/instructor/api/get_problem_responses for local machine using tutor. Use course id as per ur instance.
Updating api code using DRF.
verify this on local machine.
Create a report of problem responses
on this page.Create a report of problem responses
The text was updated successfully, but these errors were encountered: