Code Hugger (Matthew Jones)

Results 69 issues of 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...

dev review
low priority
⚙️ backend

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...

low priority

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...

📈 enhancement

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...

📈 enhancement

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...

🪳 bug
📅 cron

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...

⚙️ backend

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...

📈 enhancement
help wanted
backlog

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/

📅 cron
low priority

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...