OpenTree-Education / rhizone-lms

A learning management system focused on self-reflection.
https://rhi.zone
BSD 3-Clause Clear License
14 stars 7 forks source link

Dependent packages should be updated as we develop the assessments feature #525

Closed seidior closed 1 year ago

seidior commented 1 year ago

Describe the Feature / Enhancement

As we're developing the assessments feature, it may be a good idea to ensure it launches with all dependent packages for both api and webapp kept up to date. While this is technically a "maintenance" issue, we don't have any other time in our development cycle to tackle breaking changes in case any of our dependent packages' updates cause any issues. Maintenance is best for minor updates without breaking changes.

We may need to do this more than once during the development process.

Additional Details and Resources

Foreseeable issues: redis has upgraded major versions from 3 to 4, and with it some breaking changes in how the redis client connects. We will need to follow this guide for documentation about the changes: https://github.com/redis/node-redis/blob/master/docs/v3-to-v4.md

Correct Project Selected

Labels