-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing DQT data #65
Comments
good to get this in Github and enjoyed going through one by one, helped me understand why we need to keep certain records and why some data is in a weird shape (slipping through the bulk upload back door for instance) |
Basic logic is in, tasks need looking at, Pete is on it! |
Scripts are in progress, but we've discovered that linking ABs to DfE sign-in might be more complicated than we thought, because there's no common identifier for both |
@joe-harrison-dfe will ask Phil for a list of IDs for de-designated ABs so that we can implement logic to close off induction periods. |
On this from part 10:
I want to keep the programme type field
Sound sensible? cc @emily-prudence-dfe, @joe-harrison-dfe See #105 |
This was copied from @joe-harrison-dfe's original data quality issues doc.
1. Bad Status:
This issue is when a record has an open induction period alongside an overall induction status of pass, fail or exempt.
Note
These are going to be investigated and fixed on the TRS side, we don't need to take them into account as part of the migration.
2. Induction Period start date after end date:
This is an issue where an induction period has a start date that isn’t blank and is after the period end date.
Note
These are going to be investigated and fixed on the TRS side, we don't need to take them into account as part of the migration.
3. Induction period before overall induction start:
This is an issue where the overall induction start date is not blank and is after the period start and/or end date where populated.
4. Future start or end date:
This is an issue where an induction period has a start and/or end date in the future.
Proposal to confirm with Julie / Colin – 2nd line analyse data issues, 1st line do support chasing to get updates
Note
The validation on future dates as already been implemented. The data will need checking before launch to stop any dates later than 18th Feb being migrated
5. Induction period < 10 weeks:
This is an issue where an IP end is after the IP start, but the period is less than 10 weeks in duration.
6. Duplicate start date, different ABs:
This is an issue where an induction period has a start date that is duplicated with another AB for that TRN. (i.e. started induction with 2x ABs on the same day)
Note
These are going to be investigated and fixed on the TRS side, we don't need to take them into account as part of the migration.
7. Duplicate start date, same ABs:
This is an issue where the IP is duplicated with the same AB for that TRN, and the period completely duplicates or has some other distinct data.
8. Close IP starts:
This is an issue where the induction period start is distinct for the same AB for that TRN but is less than a fortnight apart.
9. Invalid Period:
This is a category of issue that could occur for several reasons. These are when the period end date is null, the AB is no longer an active AB and/or the end/start date is populated and earlier than 01/09/2021. Assume person isn’t doing induction, or has another induction and this one wasn’t closed.
10. Missing Data:
This is a category of issue that could occur for several reasons. This is when a record has at least one of
11. Open period with an LA:
This is an issue where an induction period has a start date, no end date and is associated with an LA.
The text was updated successfully, but these errors were encountered: