Skip to content
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

Add foundation degree as a separate degree type #35

Merged
merged 2 commits into from
Jul 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion lib/dfe/reference_data/degrees/types.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@ module DfE
module ReferenceData
module Degrees
TYPES = DfE::ReferenceData::HardcodedReferenceList.new(
{ '7022c4c2-ec9a-4eec-98dc-315bfeb1ef3a' =>
{ 'be08f598-0860-4de0-b95a-3c448a16cc99' =>
{ name: 'Foundation degree',
abbreviation: 'FdSc',
suggestion_synonyms: [],
match_synonyms: [],
qualification: '8b5bb841-c7fd-43e3-87d8-dc9653c54dda',
dqt_id: nil,
hesa_itt_code: nil,
comment: "This is specifically for foundation degrees with the FdSc abbreviation, which which don’t have a subject within the degree title, rather than as a generic type for all foundation degrees." },
'7022c4c2-ec9a-4eec-98dc-315bfeb1ef3a' =>
{ priority: 1,
name: 'Foundation of Arts',
abbreviation: 'FdA',
Expand Down