Skip to content

feat: [BB-4532] Add new column to report containing external lms domain, and change default report recipient

Description:

This PR adds a new column to the report generated by instance_statistics_csv, which is called by send_all_instances_report to generate a report on all instances and then send it to the recipients defined by settings.TRIAL_INSTANCES_REPORT_RECIPIENTS.

Also this PR changes the default recipient for this report to contact@opencraft.com

Jira Issue:

https://tasks.opencraft.com/browse/BB-4532

Test Steps:

  • Deploy this branch on stage
  • Set external_lms_domain in some instances
  • Run instance_statistics_csv command, and check that the values in the generated csv are correct

Merge request reports