Open peteryates opened 2 months ago
Vague thoughts!
which is being decommissioned in 2026. Isn't the goal 2025?
The diagram states 'induction tutors', but I feel like 'schools' is probably more accurate. I'm not sure the induction tutor is the one submitting admin data like this. Also, the schools would interact directly with ECF2 too.
Is there a key for what the dotted versus opaque line means?
I would add to the data observations:
Why does TRN sit under the appropriate body in the schema? Not sure that make sense to me?
I would agree with Emily P that transition stuff is unnecessary.
Example of Register trainee teachers bulk upload CSV. This is fake data.
which is being decommissioned in 2026. Isn't the goal 2025?
The 2026 date was from this document but I think it's shifted since, I've updated the description above.
Is there a key for what the dotted versus opaque line means?
Dotted was meant to indicate this happens outside of DfE and we don't have any influence over it.
Why does TRN sit under the appropriate body in the schema? Not sure that make sense to me?
Oops when I transposed the table the first row became headers, it's meant to be Establishment ID. Fixed.
but is establishment ID required?
This confused me too, it's the AB's identifier. So long as we drop SFTP uploads we don't need it as all the other avenues for the data to come in will require them to authenticate first.
This confused me too, it's the AB's identifier. So long as we drop SFTP uploads we don't need it as all the other avenues for the data to come in will require them to authenticate first. Agreed this is preferable, and also how we handled it when we took over from the ITT portal in Register trainee teachers.
Actually thinking about it we still might need it if we let third parties push data in via the API. I'd rather use URN though.
Actually thinking about it we still might need it if we let third parties push data in via the API. I'd rather use URN though.
I'm surprised appropriate bodies have URNs? URNs are for schools, right?
Good point. Some will but you're right - probably not all. Sigh 😓
Introduction
The 'AB Portal' is an application that's part of DQT (database of qualified teachers), which is being decommissioned in 2025. We need a way for Appropriate Bodies (ABs) to submit ECT data to DfE so we have an up to date record of their induction.
Data flow
Data
Here's an example of a CSV file that appropriate bodies/third parties supply to DFE via:
It's easier to read as a transposed table:
Observations on the data
LA (Code)
(Local Authority code) andEstablishmentNumber
.Induction Period Start Date
and one with both aInduction Period Start Date
and anInduction Period End Date
. We need to be careful if a closing submission is made where the other fields (i.e.Induction Programme Type
) differs from the opening oneInduction Period Number Of Terms
because there are many variables that could affect it (some teachers are part time, induction delayed by illness, etc)Surname
andFirst Name
but elsewhere in CPD we just hold the full nameMapping the data to our schema
The initial schema (#188) contains entities to which the data provided in the CSV belongs:
Establishment ID
TRN
Surname
First Name
Date of Birth
Induction Outcome
Induction Programme Type
Induction Period Start Date
Induction Period End Date
Induction Period Number Of Terms
Additionally there are two fields that we need to think about:
Transition Arrangements Eligible
(@emily-prudence-dfe doesn't think it's necessary!)Induction Period Extended Number Of Terms
(how this works is confusing, there must be a better way of recording this)Tasks