We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
You may refer to what I've done for displaying rating_update data.
The steps that you need to take are :
CodeforcesUserSubmission
CodeforcesUserRatingUpdate
Cf_Submission_Serializer
Cf_RatingUpdate_Serializer
submissions
Cf_User_Serializer
rating_updates
self.submissions
You might have to modify the submissions() function to adjust for the new changes.
submissions()
The text was updated successfully, but these errors were encountered:
yes i will look into it
Sorry, something went wrong.
No branches or pull requests
You may refer to what I've done for displaying rating_update data.
The steps that you need to take are :
CodeforcesUserSubmission
which should be similar toCodeforcesUserRatingUpdate
Cf_Submission_Serializer
which should be similar toCf_RatingUpdate_Serializer
submissions
variable inCf_User_Serializer
(similar torating_updates
)self.submissions
at line 162 and store the relevant data inCodeforcesUserSubmission
modelYou might have to modify the
submissions()
function to adjust for the new changes.The text was updated successfully, but these errors were encountered: