Skip to content

Commit

Permalink
Further split academic performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic NEED authored and Dominic NEED committed Nov 20, 2023
1 parent 300afb1 commit 56c7150
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ public static string DetermineKeyStageDataStatus(DateTime date, KeyStages keySta
bool isItLastAcademicYear =
(date.Month < 9 && date.Year == DateTime.Now.Year - 1) ||
(date.Month >= 9 && date.Year == DateTime.Now.Year - 2);

StatusType statusType = StatusType.Final;

if (isItCurrentAcademicYear)
{
statusType = StatusType.Provisional;
Expand Down

0 comments on commit 56c7150

Please sign in to comment.