FAQ | This is a LIVE service | Changelog

Skip to content

Add sync tool end-point `/pmos/import` to import SMI data into PMOSs

Dave Hart requested to merge add-pmos-import into master

Add module that implements the sync tool end-point /pmos/import by fetching applications from an SMI-compatible API, and then creating rows in the appropriate PMOSs to represent the applications. Additional operations are performed on the PMOSs to ensure the data validation (dropdown selectors for outcomes), PMOS names, protected cells, column widths, frozen headers and text formatting are correct. Applications are mapped to PMOSs based on filters specified in the job specification.

Update example job specification with a sample PMOS configuration.

Part of the implementation of uis/devops/digital-admissions/applicant-document-management-service#63

Merge request reports