Code Hugger (Matthew Jones)
Code Hugger (Matthew Jones)
In Django, the staff role allows users access to admin pages and superuser gives the user all permissions. However there's currently no way to give staff access to view courses...
Thank you for contributing to this project! - Make sure to search the [issues](https://github.com/tl-its-umich-edu/my-learning-analytics/issues) for duplicates first! ### Expected behavior (A description of what you expected to happen) : No...
Waiting for feedback on SAK before moving this out of draft.
# Describe the bug An upcoming (or recent depending on when you read this) [change coming to Canvas](https://community.canvaslms.com/t5/Canvas-Change-Log/2024-GraphQL-API-Change-Log/ta-p/617064) is going to impose per page limits to GraphQL requests, previously unlimited....
**What resource needs additional coverage?** Courses `lti_resource links`, which is a new API which is in beta and will be released soon. **What endpoints need to be covered?** Add support...
### Describe your problem or feature you'd like added I'm not sure how likely this is to come up, but pretty much everything currently depends on CANVAS_DATA_ID_INCREMENT being defined and...
In both the `create_meeting` and `update_meeting` if the value of the `password` is left as the default `None` then a password is generated. There's no way using this class to...
Thank you for contributing to this project! ### Describe your problem or feature you'd like added Many of our applications have started up using the Django LTI library rather than...
We've seen some cases where there are duplicate values in the user table. Ideally that would be fixed further upstream but the code also should not cause an error if...