Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from DFE-Digital/feature/academies-api-contracts
Browse files Browse the repository at this point in the history
Added head teacher fields to the etablishment
  • Loading branch information
paullocknimble authored Nov 23, 2023
2 parents a706dc6 + 367972f commit e766442
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/DFE-Digital/academisation-nuget-packages</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<Version>1.0.7</Version>
<Version>1.0.8</Version>
<AssemblyVersion>1.0.4</AssemblyVersion>
<FileVersion>1.0.4</FileVersion>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ public class EstablishmentDto
public string SenUnitCapacity { get; set; }
public string SenUnitOnRoll { get; set; }
public string ReligousEthos { get; set; }

public string HeadTitle { get; set; }
public string HeadFirstName { get; set; }
public string HeadLastName { get; set; }
public string HeadPreferredJobTitle { get; set; }

public NameAndCodeDto Diocese { get; set; }
public NameAndCodeDto EstablishmentType { get; set; }
public NameAndCodeDto Gor { get; set; }
Expand Down

0 comments on commit e766442

Please sign in to comment.