-
Notifications
You must be signed in to change notification settings - Fork 39
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
Add some way to see what users are in what courses #685
Comments
This issue relates to a current problem I see with the data model, which is that really the relationship between If there is not an appetite for introducing this drastic of a change to the data model, we could also make the |
Hi! My partner @apalmer16 and I are currently students enrolled in EECS 481. We recently saw a presentation regarding MyLA in class and wanted to contribute to fixing an open source issue. We just wanted to let you know that we will be attempting to tackle this bug! |
Thanks @emilychee, we're happy to help if you run into any difficulties. |
Requirements need to be defined for this issue. |
I feel like the biggest reason we'd want this is because of the "Act As User" but there's another issue to remove that #1348. Then we'd just use the Canvas people tool. I'm not sure how important this is to implement anymore and haven't heard of this request. I feel like this is safe to close. |
Thank you for contributing to this project!
Describe your problem or feature you'd like added
I feel like it would save time if there was a way to see what users are in which courses in the Django Admin interface. Right now we either have to go to the database or to Canvas.
Describe the solution you'd like
Maybe a custom action that goes to another page? Then on the courses page someone would just click the course and like "Show users in selected courses" and it would show it on a new page? I think that would be enough.
As an additional feature If the users in the course were users in the system this page could take them to the
/adminauth/user/<userid>/change/
page or something like that too.I think all we really need is sis_name and maybe sis_id, maybe enrollment_type. This could be a separate read-only view linked from the top level, I don't know which would take more effort.
The text was updated successfully, but these errors were encountered: