FAQ | This is a LIVE service | Changelog

Skip to content

Add support for drive filters to the sync tool

Dave Hart requested to merge drive-sync-per-drive-filter into master

Each drive specified in the job specification file can have a filter property specified, the value of which is a list of dictionaries of constraints. When the sync tool decides which drive an application should be assigned to, an application that matches all the constraints of one or more entries in the filter list of a particular drive will get assigned to that drive. This overrides the default of only using the application's college when assigning to a drive.

Update job specification example file with an example of a drive filter.

Part of solution to uis/devops/digital-admissions/applicant-document-management-service#50

Edited by Dave Hart

Merge request reports