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

createInstructor needs to be implemented using test data #4

Open
hannahcoonley opened this issue Oct 28, 2016 · 2 comments
Open

createInstructor needs to be implemented using test data #4

hannahcoonley opened this issue Oct 28, 2016 · 2 comments
Assignees

Comments

@hannahcoonley
Copy link
Contributor

For me

@scott-s-douglas
Copy link
Contributor

@scott-s-douglas
Copy link
Contributor

scott-s-douglas commented Feb 13, 2017

In our permissions model, instructors have full permission within their courses but cannot create courses (only admins can create courses). Instructor A, who has authority over courseA, can:

  1. Create a new instructor account which inherits all the permissions of A
  2. Promote an existing user account to an instructor account which inherits all the permissions of A
  3. Create a new session of courseA
  4. Enroll and remove students from any session of courseA
  5. Create assignments and add them to courseA
  6. Instantiate any assignment in courseA to any section in courseA
  7. View all data about students in courseA

This task involves the implementation of 1 & 2

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

4 participants