Within the programs application, add fields to the College and Department models that map back to the units app's College and Department models.
Create a utility command that maps departments between the two, using the programs' Department.full_name to match with the units' Department.sanitized_name.
This issue is dependent on the changes requested in #291 and cannot be started until the issue is resolved.
Enhancements:
programs
application, add fields to theCollege
andDepartment
models that map back to theunits
app'sCollege
andDepartment
models.Department.full_name
to match with the units'Department.sanitized_name
.