MyLA 2023.02.01 Release
MyLA-2023.02.1 Release Notes
Overview
This release includes the removal of the legacy Assignment Planning view and the cron queries that used the Unizin Data Warehouse as a data source. Additional configuration settings and improvements to administrative reports are also included along with security updates and bug fixes.
New & Improved
- Add a configuration option for administrators to restrict the Grade Distribution view's availability based on number of students in class (#1288)
- Remove the legacy version of the Assignment Planning view (#1492)
- Add the username to the csv output in the MyLA event log data (#1501)
- Add a date field to the courses table to capture when the course was added to MyLA (#1135)
Fixes
- Fix a bug in Assignment Planning so that it no longer displays an error message when the student has not set goal and all assignments are graded. (#1497)
- Resolve issue for No Term from UDP course query (#1504)
- Fix a bug that prevented MyLA Admins from updating courses in Django Admin (#1509)
Configuration & Operations Changes
- GraphQL Introspection has been disabled in MyLA
- Uncomment TIME_ZONE in env_sample.hjson to prompt MyLA admins to set their local time zone (#1500)
- Switch build to reference (Debian) bullseye explicitly (#1511)
- Update npm build to consider package-lock.json (#1527)
- Remove cron.hjson (UDW queries) (#1493)
- Add more detail as comment to the metadata query in MyLA cron_udp.json (#1502)
- Upgrade to Node 18 (#1515)
- Get the Repo values from environment for Github actions/registry (#1533)
Configuration updates needed for release:
VIEWS_DISABLED
needs to be updated. The "Assignment Planning V1" view is no longer available, so the view configuration value that refers to it,show_assignment_planning_v1
, is now invalid. This change was made in #1492. That configuration item should now be defined as"VIEWS_DISABLED": [],
, if no other view needs to be disabled. If an institution has other views disabled, then this configuration item should list those other view values.
Full Changelog: 2023.01.02...2023.02.01