From bbfad24fea23671ab7e503b0f5019afac1dad4b6 Mon Sep 17 00:00:00 2001 From: srh-sloan Date: Mon, 21 Oct 2024 13:20:29 +0000 Subject: [PATCH] Adding config for cof_25_eoi --- config/fund_loader_config/FAB/cof_25_eoi.py | 86 +++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 config/fund_loader_config/FAB/cof_25_eoi.py diff --git a/config/fund_loader_config/FAB/cof_25_eoi.py b/config/fund_loader_config/FAB/cof_25_eoi.py new file mode 100644 index 00000000..5f989632 --- /dev/null +++ b/config/fund_loader_config/FAB/cof_25_eoi.py @@ -0,0 +1,86 @@ +LOADER_CONFIG = { + "sections_config": [ + { + "section_name": {"en": "1. Expression of interest", "cy": ""}, + "tree_path": "1037.1.1", + "requires_feedback": None, + }, + { + "section_name": {"en": "1.1 Organisation details", "cy": ""}, + "tree_path": "1037.1.1.1", + "form_name_json": {"en": "organisation-details", "cy": ""}, + }, + { + "section_name": {"en": "1.2 About your asset", "cy": ""}, + "tree_path": "1037.1.1.2", + "form_name_json": {"en": "about-your-asset", "cy": ""}, + }, + { + "section_name": {"en": "1.3 Your funding request", "cy": ""}, + "tree_path": "1037.1.1.3", + "form_name_json": {"en": "your-funding-request", "cy": ""}, + }, + { + "section_name": {"en": "1.4 Development support provider (not scored)", "cy": ""}, + "tree_path": "1037.1.1.4", + "form_name_json": {"en": "development-support-provider", "cy": ""}, + }, + { + "section_name": {"en": "1.5 Declaration", "cy": ""}, + "tree_path": "1037.1.1.5", + "form_name_json": {"en": "declaration", "cy": ""}, + }, + ], + "fund_config": { + "id": "4db6072c-4657-458d-9f57-9ca59638317b", + "short_name": "COF25-EOI", + "welsh_available": True, + "owner_organisation_name": "None", + "owner_organisation_shortname": "None", + "owner_organisation_logo_uri": "None", + "funding_type": "EOI", + "name_json": {"en": "Community Ownership Fund 2025"}, + "title_json": {"en": "expression of interest in applying for the Community Ownership Fund 2025"}, + "description_json": { + "en": "The Community Ownership Fund is a £150 million fund over 4 years to support community groups across England, Wales, Scotland and Northern Ireland to take ownership of assets which are at risk of being lost to the community." # noqa:E501 + }, + }, + "round_config": { + "id": "9104d809-0fb0-4144-b514-55e81cc2b6fa", + "fund_id": "4db6072c-4657-458d-9f57-9ca59638317b", + "short_name": "R1", + "opens": "2024-10-30T11:59:00", + "assessment_start": "2024-10-30T09:00:00", + "deadline": "2024-12-11T14:00:00", + "application_reminder_sent": False, + "reminder_date": "2024-12-01T11:59:00", + "assessment_deadline": "2025-01-31T17:00:00", + "prospectus": "https://www.gov.uk/government/publications/community-ownership-fund-prospectus/community-ownership-fund-2025-prospectus", # noqa:E501 + "privacy_notice": "https://www.gov.uk/government/publications/community-ownership-fund-privacy-notice/community-ownership-fund-privacy-notice", # noqa:E501 + "reference_contact_page_over_email": False, + "contact_email": "COF@communities.gov.uk", + "contact_phone": "0", + "contact_textphone": "0", + "support_times": "9am to 5pm", + "support_days": "Monday to Friday", + "instructions_json": {"en": "", "cy": ""}, + "feedback_link": "https://www.gov.uk/government/organisations/ministry-of-housing-communities-local-government", + "project_name_field_id": "SMRWjl", + "application_guidance_json": {"en": "", "cy": ""}, + "guidance_url": "https://www.gov.uk/government/organisations/ministry-of-housing-communities-local-government", + "all_uploaded_documents_section_available": False, + "application_fields_download_available": True, + "display_logo_on_pdf_exports": False, + "mark_as_complete_enabled": False, + "is_expression_of_interest": True, + "eoi_decision_schema": None, + "feedback_survey_config": "{'has_feedback_survey': '', 'has_section_feedback': False, 'is_feedback_survey_optional': False, 'is_section_feedback_optional': False}", # noqa:E501 + "eligibility_config": {"has_eligibility": False}, + "title_json": {"en": "Round 1"}, + "contact_us_banner_json": { + "en": '{"en":\'

Get application support

\r\n

\r\n Visit the My Community website\r\n for information and guidance on applying to Community Ownership Fund.\r\n Fill out the enquiry form\r\n to request advice from My Community.\r\n

\r\n

\r\n We cannot provide direct support to applicants outside of this service.\r\n

\r\n

Get technical support

\r\n

\r\n Contact the Ministry of Housing, Communities & Local Government funding team if you need\r\n help with accessing or submitting an application form.\r\n

\',\r\n"cy": \'

Cael cymorth â\'r cais

\r\n

\r\n Ewch i wefan My Community\r\n i gael gwybodaeth ac arweiniad ar wneud cais i\'r Gronfa Perchnogaeth Gymunedol.\r\n Llenwch y ffurflen ymholiad\r\n i ofyn am gyngor gan My Community.\r\n

\r\n

\r\n Ni allwn ddarparu cymorth uniongyrchol i ymgeiswyr tu hwnt i\'r gwasanaeth hwn.\r\n

\r\n

Cael cymorth technegol

\r\n

\r\n Cysylltwch â thîm cyllid yr Adran Ffyniant Bro, Tai a Chymunedau os oes angen help arnoch i gael at ffurflen gais neu ei chyflwyno.\r\n

\'}', # noqa:E501 + "cy": "", + }, + }, + "base_path": 1037, +}