Contains the currently-in-development project by HarvardX to bring the annotation tool currently living in the edX platform to a more accessible LTI implementation.
This PR renames the annotationsx module to hxat. All references to the module have been updated.
Motivation:
The ATG group decided to rename its forked repo to "hxat" to be more in line with upstream. However, ATG devops makes the assumption that within a django project, there will be a module with the same name as the repository, with the settings and requirements. So, the annotationsx module needed to be renamed to hxat.
Notes:
The PR also includes a migration that was generated from running makemigrations. No models were changed in this work that would trigger a new migration, and the migration itself is not central to the PR itself.
This PR renames the
annotationsx
module tohxat
. All references to the module have been updated.Motivation: The ATG group decided to rename its forked repo to "hxat" to be more in line with upstream. However, ATG devops makes the assumption that within a django project, there will be a module with the same name as the repository, with the settings and requirements. So, the
annotationsx
module needed to be renamed tohxat
.Notes: The PR also includes a migration that was generated from running
makemigrations
. No models were changed in this work that would trigger a new migration, and the migration itself is not central to the PR itself.