Skip to content
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

Fix Gradesheet Scrolling Issue #1400

Merged
merged 2 commits into from Oct 16, 2021
Merged

Conversation

victorhuangwq
Copy link
Contributor

Currently, if a instructor wants to find student #200, they would have to scroll all the way down multiple times, because only 40 students are loaded at the start, and 20 each time. They are not able to do a CTRL-F to skip straight to a particular student number.

Description

This fix just ups the limit of students being shown at once to a 1000, which should be a good limit for most classes.

Motivation and Context

It is an issue our team found during our interviews with Angela from 15-122.

How Has This Been Tested?

Tested locally.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My change requires a change to the documentation, which is located at Autolab Docs
  • I have updated the documentation accordingly, included in this PR

Other issues / help required

If unsure, feel free to submit first and we'll help you along.

Copy link
Contributor

@ashleyzhang ashleyzhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Scrolling feels less choppy this way and ctrl-f is effective

@victorhuangwq victorhuangwq merged commit 712341f into master Oct 16, 2021
@victorhuangwq victorhuangwq deleted the fix-gradesheet-scrolling-issue branch October 16, 2021 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants