-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename getting-energy-certificate.json (#773)
Updating details for "Get a new energy certificate" service. Repos are the same as for "Find an energy certificate" but they are separate services.
- Loading branch information
Showing
2 changed files
with
79 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
{ | ||
"name": "Get a new energy certificate", | ||
"description": "To get a new energy certificate for your home, business property or a public building, you need to have it assessed. Find an accredited assessor for your home, business property or a public building.", | ||
"organisation": "Department for Levelling Up, Housing & Communities", | ||
"theme": "Housing and local services", | ||
"phase": "Live", | ||
"liveservice": "https://getting-new-energy-certificate.service.gov.uk/find-an-assessor/type-of-property", | ||
"start-page": "https://www.gov.uk/get-new-energy-certificate", | ||
"sourceCode": [ | ||
{ | ||
"text": "Energy performance of buildings register front end", | ||
"href": "https://github.com/communitiesuk/epb-frontend" | ||
}, | ||
{ | ||
"text": "Energy performance of buildings register api", | ||
"href": "https://github.com/communitiesuk/epb-register-api" | ||
}, | ||
{ | ||
"text": "Energy performance of buildings register auth server", | ||
"href": "https://github.com/communitiesuk/epb-auth-server" | ||
}, | ||
{ | ||
"text": "Energy performance of buildings register data warehouse", | ||
"href": "https://github.com/communitiesuk/epb-data-warehouse" | ||
}, | ||
{ | ||
"text": "Energy performance of buildings register infrastructure", | ||
"href": "https://github.com/communitiesuk/epb-register-api" | ||
} | ||
], | ||
"timeline": { | ||
"items": [ | ||
{ | ||
"label": "Did not pass alpha assessment", | ||
"date": "2019-04-04", | ||
"links": [ | ||
{ | ||
"href": "https://www.gov.uk/service-standard-reports/find-an-energy-certificate-alpha-assessment-report", | ||
"text": "service assessment report", | ||
"visuallyHiddenText": " for alpha assessment" | ||
} | ||
] | ||
}, | ||
{ | ||
"label": "Passed alpha assessment", | ||
"date": "2019-06-13", | ||
"links": [ | ||
{ | ||
"href": "https://www.gov.uk/service-standard-reports/find-an-energy-certificate-alpha-re-assessment", | ||
"text": "service assessment report", | ||
"visuallyHiddenText": " for alpha re-assessment" | ||
} | ||
] | ||
}, | ||
{ | ||
"label": "Passed beta assessment", | ||
"date": "2020-11-19", | ||
"links": [ | ||
{ | ||
"href": "https://www.gov.uk/service-standard-reports/energy-performance-of-buildings-register-beta-assessment", | ||
"text": "service assessment report", | ||
"visuallyHiddenText": " for beta assessment" | ||
} | ||
] | ||
}, | ||
{ | ||
"label": "Passed live assessment", | ||
"date": "2021-12-09", | ||
"links": [ | ||
{ | ||
"href": "https://www.gov.uk/service-standard-reports/energy-performance-of-buildings-register-live-assessment", | ||
"text": "service assessment report", | ||
"visuallyHiddenText": " for live assessment" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.