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

multiple instructor users #154

Open
trevorcampbell opened this issue Dec 30, 2021 · 1 comment
Open

multiple instructor users #154

trevorcampbell opened this issue Dec 30, 2021 · 1 comment

Comments

@trevorcampbell
Copy link
Contributor

trevorcampbell commented Dec 30, 2021

Currently there is only one instructor user in the rudaux config

c.instructor_user = "blah"

Should be able to specify a list of instructor jhub users for each course group. So something like

c.instructor_users = {
   'group_name_1' : ['instructor_1', 'instructor_2', 'instructor_3'],
   'group_name_2' : ['instructor_4', 'instructor_1']
}

All instructor users for a particular course group:

  • get email notifications when there are grades to post
  • can log into any normal grading user account (to check TA grading if needed)

Right now the above is just for one instructor, but you guys will need this to work for multiple instructors this semester.

@trevorcampbell
Copy link
Contributor Author

@Lourenzutti after #155 do this one next!

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

1 participant