Skip to content

Commit

Permalink
Remove FIXME note
Browse files Browse the repository at this point in the history
@easeynathan confirmed that 'School-based induction progrmame' is TRA's
name for DIY, but they're "the same thing"
  • Loading branch information
peteryates committed Feb 1, 2025
1 parent 3ae6ae4 commit 27d0e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def convert_induction_programme
{
"Full Induction Programme" => "fip",
"Core Induction Programme" => "cip",
"School-based Induction Programme" => "diy" # FIXME: check this! - perhaps school-funded fip?
"School-based Induction Programme" => "diy"
}.fetch(induction_programme, "unknown")
end
end
Expand Down

0 comments on commit 27d0e90

Please sign in to comment.