-
Notifications
You must be signed in to change notification settings - Fork 0
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
7 changed files
with
488 additions
and
1 deletion.
There are no files selected for viewing
236 changes: 236 additions & 0 deletions
236
app/config_generator/output/R605/form_runner/about-your-org.json
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,236 @@ | ||
{ | ||
"metadata": {}, | ||
"startPage": "/intro-about-your-organisation", | ||
"backLinkText": "Go back to application overview", | ||
"pages": [ | ||
{ | ||
"path": "/organisation-name", | ||
"title": "Organisation Name", | ||
"components": [ | ||
{ | ||
"options": { | ||
"hideTitle": false, | ||
"classes": "" | ||
}, | ||
"type": "TextField", | ||
"title": "What is your organisation's name?", | ||
"hint": "This must match the regsitered legal organisation name", | ||
"schema": {}, | ||
"name": "organisation_name", | ||
"metadata": { | ||
"fund_builder_id": "6a7b3d94-b92a-4b49-a02e-ccbcdc05c547" | ||
} | ||
}, | ||
{ | ||
"options": { | ||
"hideTitle": false, | ||
"classes": "" | ||
}, | ||
"type": "YesNoField", | ||
"title": "Does your organisation use any other names?", | ||
"hint": "", | ||
"schema": {}, | ||
"name": "does_your_organisation_use_other_names", | ||
"metadata": { | ||
"fund_builder_id": "e06916c2-f6ad-4257-b8b4-1d646a381963" | ||
} | ||
} | ||
], | ||
"next": [ | ||
{ | ||
"path": "/organisation-address", | ||
"condition": "organisation_other_names_no" | ||
}, | ||
{ | ||
"path": "/organisation-alternative-names", | ||
"condition": "organisation_other_names_yes" | ||
} | ||
], | ||
"options": {} | ||
}, | ||
{ | ||
"path": "/organisation-address", | ||
"title": "Organisation Address", | ||
"components": [ | ||
{ | ||
"options": { | ||
"hideTitle": false, | ||
"classes": "" | ||
}, | ||
"type": "UkAddressField", | ||
"title": "What is your organisation's address?", | ||
"hint": "This must match the regsitered organisation address", | ||
"schema": {}, | ||
"name": "organisation_address", | ||
"metadata": { | ||
"fund_builder_id": "71c0e632-758b-4f5d-ad01-fa5559033693" | ||
} | ||
} | ||
], | ||
"next": [ | ||
{ | ||
"path": "/organisation-classification" | ||
} | ||
], | ||
"options": {} | ||
}, | ||
{ | ||
"path": "/organisation-classification", | ||
"title": "Organisation Classification", | ||
"components": [ | ||
{ | ||
"options": { | ||
"hideTitle": false, | ||
"classes": "" | ||
}, | ||
"type": "RadiosField", | ||
"title": "How is your organisation classified?", | ||
"hint": "", | ||
"schema": {}, | ||
"name": "organisation_classification", | ||
"metadata": { | ||
"fund_builder_id": "0416472e-3e5c-4f8d-8585-81717daae6c0", | ||
"fund_builder_list_id": "2502effd-4461-4a0f-8500-88501ff44540" | ||
}, | ||
"list": "classifications_list" | ||
} | ||
], | ||
"next": [ | ||
{ | ||
"path": "/summary" | ||
} | ||
], | ||
"options": {} | ||
}, | ||
{ | ||
"path": "/intro-about-your-organisation", | ||
"title": "About your organisation", | ||
"components": [ | ||
{ | ||
"name": "start-page-content", | ||
"options": {}, | ||
"type": "Html", | ||
"content": "<p class=\"govuk-body\">None</p><p class=\"govuk-body\">We will ask you about:</p> <ul><li>Organisation Name</li><li>Organisation Address</li><li>Organisation Classification</li></ul>", | ||
"schema": {} | ||
} | ||
], | ||
"next": [ | ||
{ | ||
"path": "/organisation-name" | ||
} | ||
], | ||
"options": {}, | ||
"controller": "./pages/start.js" | ||
}, | ||
{ | ||
"path": "/organisation-alternative-names", | ||
"title": "Alternative names of your organisation", | ||
"components": [ | ||
{ | ||
"options": { | ||
"hideTitle": false, | ||
"classes": "" | ||
}, | ||
"type": "TextField", | ||
"title": "Alternative Name 1", | ||
"hint": "", | ||
"schema": {}, | ||
"name": "alt_name_1", | ||
"metadata": { | ||
"fund_builder_id": "6d659633-c801-4aca-9ba1-135f5f6cfaa2" | ||
} | ||
} | ||
], | ||
"next": [ | ||
{ | ||
"path": "/organisation-address" | ||
} | ||
], | ||
"options": {} | ||
}, | ||
{ | ||
"path": "/summary", | ||
"title": "Check your answers", | ||
"components": [], | ||
"next": [], | ||
"section": "uLwBuz", | ||
"controller": "./pages/summary.js" | ||
} | ||
], | ||
"lists": [ | ||
{ | ||
"type": "string", | ||
"items": [ | ||
{ | ||
"text": "Charity", | ||
"value": "charity" | ||
}, | ||
{ | ||
"text": "Public Limited Company", | ||
"value": "plc" | ||
} | ||
], | ||
"name": "classifications_list" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"displayName": "organisation_other_names_no", | ||
"name": "organisation_other_names_no", | ||
"value": { | ||
"name": "organisation_other_names_no", | ||
"conditions": [ | ||
{ | ||
"field": { | ||
"name": "does_your_organisation_use_other_names", | ||
"type": "YesNoField", | ||
"display": "Does your organisation use any other names?" | ||
}, | ||
"operator": "is", | ||
"value": { | ||
"type": "Value", | ||
"value": "false", | ||
"display": "false" | ||
} | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"displayName": "organisation_other_names_yes", | ||
"name": "organisation_other_names_yes", | ||
"value": { | ||
"name": "organisation_other_names_yes", | ||
"conditions": [ | ||
{ | ||
"field": { | ||
"name": "does_your_organisation_use_other_names", | ||
"type": "YesNoField", | ||
"display": "Does your organisation use any other names?" | ||
}, | ||
"operator": "is", | ||
"value": { | ||
"type": "Value", | ||
"value": "true", | ||
"display": "true" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
], | ||
"fees": [], | ||
"sections": [], | ||
"outputs": [ | ||
{ | ||
"name": "update-form", | ||
"title": "Update form in application store", | ||
"type": "savePerPage", | ||
"outputConfiguration": { | ||
"savePerPageUrl": true | ||
} | ||
} | ||
], | ||
"skipSummary": false, | ||
"name": "About your organisation" | ||
} |
105 changes: 105 additions & 0 deletions
105
app/config_generator/output/R605/form_runner/contact-details.json
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,105 @@ | ||
{ | ||
"metadata": {}, | ||
"startPage": "/intro-contact-details", | ||
"backLinkText": "Go back to application overview", | ||
"pages": [ | ||
{ | ||
"path": "/lead-contact-details", | ||
"title": "Lead Contact Details", | ||
"components": [ | ||
{ | ||
"options": { | ||
"hideTitle": false, | ||
"classes": "" | ||
}, | ||
"type": "TextField", | ||
"title": "Main Contact Name", | ||
"hint": "", | ||
"schema": {}, | ||
"name": "main_contact_name", | ||
"metadata": { | ||
"fund_builder_id": "3a2d94d0-fc66-4c8e-a6cf-cdc99a81086d" | ||
} | ||
}, | ||
{ | ||
"options": { | ||
"hideTitle": false, | ||
"classes": "" | ||
}, | ||
"type": "EmailAddressField", | ||
"title": "Main Contact Email", | ||
"hint": "", | ||
"schema": {}, | ||
"name": "main_contact_email", | ||
"metadata": { | ||
"fund_builder_id": "42cf792d-ee38-44f1-a720-07e8b874a56b" | ||
} | ||
}, | ||
{ | ||
"options": { | ||
"hideTitle": false, | ||
"classes": "" | ||
}, | ||
"type": "UkAddressField", | ||
"title": "Main Contact Address", | ||
"hint": "", | ||
"schema": {}, | ||
"name": "main_contact_address", | ||
"metadata": { | ||
"fund_builder_id": "2574c33f-10f9-4796-83ad-d9f0ce9dfa86" | ||
} | ||
} | ||
], | ||
"next": [ | ||
{ | ||
"path": "/summary" | ||
} | ||
], | ||
"options": {} | ||
}, | ||
{ | ||
"path": "/intro-contact-details", | ||
"title": "Contact Details", | ||
"components": [ | ||
{ | ||
"name": "start-page-content", | ||
"options": {}, | ||
"type": "Html", | ||
"content": "<p class=\"govuk-body\">None</p><p class=\"govuk-body\">We will ask you about:</p> <ul><li>Lead Contact Details</li></ul>", | ||
"schema": {} | ||
} | ||
], | ||
"next": [ | ||
{ | ||
"path": "/lead-contact-details" | ||
} | ||
], | ||
"options": {}, | ||
"controller": "./pages/start.js" | ||
}, | ||
{ | ||
"path": "/summary", | ||
"title": "Check your answers", | ||
"components": [], | ||
"next": [], | ||
"section": "uLwBuz", | ||
"controller": "./pages/summary.js" | ||
} | ||
], | ||
"lists": [], | ||
"conditions": [], | ||
"fees": [], | ||
"sections": [], | ||
"outputs": [ | ||
{ | ||
"name": "update-form", | ||
"title": "Update form in application store", | ||
"type": "savePerPage", | ||
"outputConfiguration": { | ||
"savePerPageUrl": true | ||
} | ||
} | ||
], | ||
"skipSummary": false, | ||
"name": "Contact Details" | ||
} |
13 changes: 13 additions & 0 deletions
13
app/config_generator/output/R605/fund_store/fund_config_09-08-2024.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,13 @@ | ||
{ | ||
"id": "c80bd7ce-91a7-4e99-8944-01798953df1c", | ||
"short_name": "SFF863", | ||
"welsh_available": False, | ||
"owner_organisation_name": "Department for Fishing", | ||
"owner_organisation_shortname": "DF", | ||
"owner_organisation_logo_uri": "http://www.google.com", | ||
"name_json": {"en": "Salmon Fishing Fund"}, | ||
"title_json": {"en": "funding to improve access to salmon fishing"}, | ||
"description_json": { | ||
"en": "A £10m fund to improve access to salmon fishing facilities across the devolved nations." | ||
}, | ||
} |
39 changes: 39 additions & 0 deletions
39
app/config_generator/output/R605/fund_store/round_config_09-08-2024.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,39 @@ | ||
{ | ||
"id": "debde85d-2b1d-4c88-bec5-6eeaa735e6ea", | ||
"fund_id": "c80bd7ce-91a7-4e99-8944-01798953df1c", | ||
"short_name": "R605", | ||
"opens": "2024-08-09T09:12:05.697258", | ||
"assessment_start": "2024-08-09T09:12:05.697259", | ||
"deadline": "2024-08-09T09:12:05.697259", | ||
"application_reminder_sent": False, | ||
"reminder_date": "2024-08-09T09:12:05.697260", | ||
"assessment_deadline": "2024-08-09T09:12:05.697260", | ||
"prospectus": "http://www.google.com", | ||
"privacy_notice": "http://www.google.com", | ||
"reference_contact_page_over_email": False, | ||
"contact_email": None, | ||
"contact_phone": None, | ||
"contact_textphone": None, | ||
"support_times": None, | ||
"support_days": None, | ||
"instructions_json": None, | ||
"feedback_link": None, | ||
"project_name_field_id": None, | ||
"application_guidance_json": None, | ||
"guidance_url": None, | ||
"all_uploaded_documents_section_available": None, | ||
"application_fields_download_available": None, | ||
"display_logo_on_pdf_exports": None, | ||
"mark_as_complete_enabled": None, | ||
"is_expression_of_interest": None, | ||
"eoi_decision_schema": None, | ||
"feedback_survey_config": { | ||
"has_feedback_survey": None, | ||
"has_section_feedback": None, | ||
"is_feedback_survey_optional": None, | ||
"is_section_feedback_optional": None, | ||
}, | ||
"eligibility_config": {"has_eligibility": None}, | ||
"title_json": {"en": "round the first"}, | ||
"contact_us_banner_json": {"en": "", "cy": ""}, | ||
} |
Oops, something went wrong.