-
Notifications
You must be signed in to change notification settings - Fork 108
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
Improved performances for assignment listing #129
Conversation
- Modified "staff_grading_data" function to be able to pull infos for many students or a specific one - Fixed bug with multiple identical incremental ajax requests: - Now the cancel button of the "Enter Grade" modal does not trigger an Ajax get request
assignments = data.get('assignments') | ||
self.assertIsNotNone(assignments) | ||
self.assertEqual(len(assignments), 2) | ||
# 50b287502d8dbf83bec2dcfb78fc4d8e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's this for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left that behind: it's the anonymous student ID for that test
Improved performances for assignment listing fixes #111 [delivers #101927046]
Oy. I forgot I need to run tests by hand, and they're not passing... |
Yes, I suggest to revert this merge and reopen the PR: we need to figure out if they fail also on master (like it looked to me) or only after my changes. |
Right, right. You told me about that. I forgot. I'll revert it. |
If you restore the branch, I'll remove that useless comment @noisecapella found |
branch is restored. And I have a PR with the revert. |
many students or a specific one
Ajax get request