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

Read-only view of assignments for student tutors #150

Open
troeger opened this issue Nov 4, 2016 · 0 comments
Open

Read-only view of assignments for student tutors #150

troeger opened this issue Nov 4, 2016 · 0 comments

Comments

@troeger
Copy link
Owner

troeger commented Nov 4, 2016

This is currently impossible with Django:

https://code.djangoproject.com/ticket/8936

This leads to the fact that student tutors get a 404 whenever they want to investigate assignment details in the teacher backend. This relates to both the list of assignments and single assignment details.

If Django ever adds this feature, then we can make the permission part of the student tutors permission set. Until then, single installations can assign the "change permission" for assignments to the group on an individual base.

A programmatic fix might be to have an own read-only rendering of assignment details.

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