Code Hugger (Matthew Jones)
Code Hugger (Matthew Jones)
## Describe your problem or feature you'd like added In docker-compose.yml and docker-compose-prod.yml we still are calling our containers student_dashboard. We probably should just change these even if they might...
For example if only LTI is enabled, it will send you to a 404 when you try to access the main page and get sent to/accounts/login now. This displays a...
Thank you for contributing to this project! ## Describe your problem or feature you'd like added We should improve the foreign key relations in this project. Some of the tables...
Thank you for contributing to this project! ## Describe your problem or feature you'd like added The method in the cron update_with_bq_access updates all of the records in resource and...
Thank you for contributing to this project! ## Describe your problem or feature you'd like added I think we're going to have to use the [Django Stubs package ](https://github.com/typeddjango/django-stubs) to...
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 clear and concise description of what you expected to...
The user table should be refactored to get the user grades for each course into a separate table rather than have this in a user table. This would be part...
It was mentioned on another ticket that it would be nice if this project had translated data files. While Google Translate or other browser extension could be used, that would...
As mentioned in a few tickets, it would be nice to use autologging or some other python decorator instead of logger.info in all of our methods for better tracing. http://ninthtest.info/python-autologging/
Our main.js from webpack even in prod is a little big. I saw a few tips here to both minimize and compress the webpack file. https://medium.com/@rajaraodv/two-quick-ways-to-reduce-react-apps-size-in-production-82226605771a and https://medium.com/@poshakajay/heres-how-i-reduced-my-bundle-size-by-90-2e14c8a11c11 We should...