Open KShivendu opened 3 years ago
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()
yes i will look into it
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.