Skip to content

Commit

Permalink
extend app types enum based on googlesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Jan 25, 2024
1 parent 472852a commit c460bfe
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions types/enums/ApplicationTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,20 @@
* Values of `data.application.type`
*/
export const ApplicationTypes = {
advertConsent: 'Consent to display an advertisement',
hazardousSubstanceConsent:
'Consent to move and dispose of hazardous substances',
hedgerowRemovalNotice: 'Notice to remove a hedge',
ldc: 'Lawful Development Certificate',
'ldc.proposed': 'Lawful Development Certificate - Proposed use',
'ldc.existing': 'Lawful Development Certificate - Existing use',
'ldc.existing.regularise':
'Lawful Development Certificate - Continue an existing use',
'ldc.condition':
'Lawful Development Certificate - Lawful not to comply with a condition or limitation',
listed: 'Consent to do works to a Listed Building',
nonMaterialAmendment:
'Consent to make small changes to a project with Planning Permission',
pa: 'Prior Approval',
'pa.part1.classA': 'Prior Approval - Larger extension to a house',
'pa.part1.classAA': 'Prior Approval - Adding storeys to a house',
Expand All @@ -20,6 +27,8 @@ export const ApplicationTypes = {
'Prior Approval - Convert a commercial building into a home or homes',
'pa.part3.classN':
'Prior Approval - Convert a casino or amusement arcade into a home or homes',
'pa.part3.classPA':
'Prior Approval - Convert a light industrial building into a home',
'pa.part3.classQ':
'Prior Approval - Convert an agricultural building into a home',
'pa.part3.classR':
Expand All @@ -30,6 +39,8 @@ export const ApplicationTypes = {
'Prior Approval - Convert a commercial building to a school',
'pa.part4.classBB': 'Prior Approval - Put up a temporary structure',
'pa.part4.classE': 'Prior Approval - Use a building or land to shoot a film',
'pa.part6':
'Prior Approval - Alter or add new buildings to agricultural or forestry sites',
'pa.part6.classA':
'Prior Approval - Build new agricultural buildings on a unit of 5 hectares or more',
'pa.part6.classB':
Expand All @@ -53,10 +64,34 @@ export const ApplicationTypes = {
'pa.part20.classAD': 'Prior Approval - Build homes on detached houses',
'pa.part20.classZA':
'Prior Approval - Demolish buildings and build homes in their place',
pip: 'Permission in Principle - Consent for the principle of a broad project about less than 1,000 square metres floor area on a site less than 1 hectare',
'pip.technicalDetails': 'Permission in Principle - Provide technical details',
pp: 'Planning Permission',
'pp.full':
'Planning Permission for development, including all householder, minor, and major applications',
'pp.full.advertConsent':
'Full Planning Permission and consent to display an advert',
'pp.full.demolition':
'Full Planning Permission including demolition in a Conservation Area',
'pp.full.householder': 'Planning Permission - Full householder',
'pp.full.householder.listed':
'Planning Permission - Full householder with consent to do works to a Listed Building',
'pp.full.householder.retro':
'Planning Permission - Full householder retrospective',
'pp.full.major': 'Planning Permission - Major application',
'pp.full.minor': 'Planning Permission - Minor application',
'pp.full.minor.listed':
'Planning Permission - Minor application and consent to do works to a Listed Building',
'pp.mineralExtraction':
'Planning Permission - Consent to extract minerals and related development, such as temporary buildings and roads',
'pp.onshoreExtractionOilAndGas':
'Planning Permission - Consent to extract oil and gas',
'pp.outline.allReserved':
'Planning Permission - Consent for the principle of a project witholding all details',
'pp.outline.reservedMatters':
'Planning Permission - Approval of reserved matters',
'pp.outline.someReserved':
'Planning Permission - Consent for the principle of a project specifying some details',
treeWorksConsent:
'Consent to carry out works to a tree in a Conservation Area or with a Tree Preservation Order',
};

0 comments on commit c460bfe

Please sign in to comment.