This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
generated from communitiesuk/funding-service-design-TEMPLATE
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
49 changes: 49 additions & 0 deletions
49
config/mappings/ctdf_mapping_parts/r1_unscored_sections.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# flake8: noqa | ||
# Ignore line length | ||
|
||
unscored_sections = [ | ||
{ | ||
"id": "unscored", | ||
"name": "Unscored", | ||
"sub_criteria": [ | ||
{ | ||
"id": "project_name", | ||
"name": "Project name", | ||
"themes": [ | ||
{ | ||
"id": "project_name", | ||
"name": "Project name", | ||
"answers": [ | ||
{ | ||
"field_id": "VcyKVN", | ||
"form_name": "project-name-sample", | ||
"field_type": "textField", | ||
"presentation_type": "text", | ||
"question": "Project name", | ||
} | ||
], | ||
} | ||
], | ||
}, | ||
{ | ||
"id": "organisation_name", | ||
"name": "Organisation name", | ||
"themes": [ | ||
{ | ||
"id": "organisation_name", | ||
"name": "Organisation name", | ||
"answers": [ | ||
{ | ||
"field_id": "yptqZX", | ||
"form_name": "organisation-name-sample", | ||
"field_type": "textField", | ||
"presentation_type": "text", | ||
"question": "Organisation name", | ||
} | ||
], | ||
} | ||
], | ||
}, | ||
], | ||
} | ||
] |