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

Improve Algorithm to Assign Students w/o Preferences to Lab with Least Amount of Students #73

Open
andrew7li opened this issue Sep 8, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@andrew7li
Copy link

Say there are 2 students and 2 labs (Mon and Wed). If both of these students fill out the form with no preferences, the algorithm should ideally assign 1 student to Mon and 1 to Wed.

Say that there are multiple students now and that Mon lab has 20 people and Wed has 5 people. If two students fill out the form with no preferences, the algorithm should ideally assign both students to the Wed lab.

Unable to include screenshot – cannot find two people to test :(

@andrew7li andrew7li added the enhancement New feature or request label Sep 8, 2023
@Hammad-Izhar
Copy link
Contributor

Hammad-Izhar commented Sep 8, 2023

So in general, for students who have submitted no preferences, we want to assign them to sections such that all of the lab sections are equally full?

@andrew7li
Copy link
Author

Yes. Not sure if this is an actual requirement (check with Jenny on this), but equal distribution (so long as it honors the room capacity) would be ideal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants