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

Registration tagging #34

Closed
NatTuck opened this issue May 5, 2017 · 2 comments
Closed

Registration tagging #34

NatTuck opened this issue May 5, 2017 · 2 comments
Assignees

Comments

@NatTuck
Copy link
Collaborator

NatTuck commented May 5, 2017

We want to have a mechanism for marking students by, e.g., lab section.

This may replace the current course section system, or be added in addition to it.

This was referenced May 5, 2017
@blerner
Copy link
Collaborator

blerner commented Jul 2, 2017

I'm working on a revision right now that adds a type field to each section (enumerated: Lecture, Lab, Recitation, Online), and other section types might follow. I now have a 1->many table connecting registrations to sections. I'm doing it this way rather than via free-form tags because it was easier to schematize and confirm that I was doing it correctly. Most of the UI work is done, and tests are passing. I want to stabilize it a bit, and fix up the Randomize Teams page to take advantage of the new by-section-type machinery (so that it tries to randomize times only within labs), then I'll open a PR.

@blerner blerner self-assigned this Jul 2, 2017
@blerner
Copy link
Collaborator

blerner commented Jul 6, 2017

This is merged in PR #77

@blerner blerner closed this as completed Jul 6, 2017
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

No branches or pull requests

2 participants