Skip to content

Commit

Permalink
all pd-prefixed flows plus planning permission triage
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Dec 7, 2023
1 parent 53f06f7 commit a62a497
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions types/enums/ProjectTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export const ProjectTypes = {
'demolish.outbuilding': 'Demolish an outbuilding (such as a garage or barn)',
'demolish.outbuildings': 'Demolish an outbuilding (such as a garage or barn)',
'demolish.part': 'Demolish part of a building (such as an extension)',
'demolish.part.conservatory': 'Demolish part of a conservatory',
'demolish.replace': 'Demolish a building and build homes in its place',
extend: 'Extend a building or add an outbuilding',
'extend.balcony': 'Enlarge a balcony',
Expand All @@ -236,6 +237,7 @@ export const ProjectTypes = {
'extend.outbuilding.gym': 'Add an outbuilding - gym',
'extend.outbuilding.office': 'Add an outbuilding - office',
'extend.outbuilding.other': 'Add an outbuilding - something else',
'extend.outbuilding.play': 'Add an outbuilding - play house',
'extend.outbuilding.sauna': 'Add an outbuilding - sauna',
'extend.outbuilding.shed': 'Add an outbuilding - shed',
'extend.outbuilding.shelter':
Expand All @@ -259,6 +261,7 @@ export const ProjectTypes = {
'extend.outbuildings.gym': 'Add an outbuilding - gym',
'extend.outbuildings.office': 'Add an outbuilding - office',
'extend.outbuildings.other': 'Add an outbuilding - something else',
'extend.outbuildings.play': 'Add an outbuilding - play house',
'extend.outbuildings.sauna': 'Add an outbuilding - sauna',
'extend.outbuildings.shed': 'Add an outbuilding - shed',
'extend.outbuildings.shelter':
Expand All @@ -277,20 +280,20 @@ export const ProjectTypes = {
'extend.rear.rear': 'Add a rear extension',
'extend.rear.side': 'Add a side extension',
'extend.roof': 'Add a roof extension',
'extend.roof.connect': 'Add a roof connection',
'extend.roof.connect': 'Join two roofs',
'extend.roof.dormer': 'Add a roof dormer',
'extend.roof.dormer.front': 'Add a roof dormer to the front of the building',
'extend.roof.dormer.frontAndRear':
'Add a roof dormer to the front and rear of the building',
'extend.roof.dormer.mansard': 'Add a mansard roof',
'extend.roof.dormer.rear': 'Add a roof dormer to the rear of the building',
'extend.roof.dormer.side': 'Add a roof dormer to the side of the building',
'extend.roof.hiptogable': 'Hip-to-gable roof enlargement',
'extend.roof.hipToGable': 'Hip-to-gable roof enlargement',
'extend.roof.mansard': 'Mansard roof enlargement',
'extend.roof.hiptogable': 'Convert a hip roof to a gable',
'extend.roof.hipToGable': 'Convert a hip roof to a gable',
'extend.roof.mansard': 'Convert to a mansard roof',
'extend.roof.newstorey': 'Add one or more new storeys',
'extend.roof.newStorey': 'Add one or more new storeys',
'extend.roof.slope': 'Sloped roof enlargement',
'extend.roof.slope': 'Convert to a sloping roof',
'extend.side': 'Add a side extension',
'extend.upperStorey': 'Add an upper storey extension',
internal: 'Internal building works, such as change the internal layout',
Expand All @@ -302,27 +305,27 @@ export const ProjectTypes = {
'internal.staircases': 'Alter internal staircases',
'internal.walls': 'Alter internal walls',
'internal.windows.openings': 'Alter internal window openings',
new: 'Add another type of building',
'new.agriculture': 'Agricultural buildings',
'new.agriculture.glassHouse': 'Agricultural buildings - glass house',
'new.agriculture.mining': 'Agricultural buildings - mining',
'new.agriculture.pigs': 'Agricultural buildings - pigs',
'new agriculture.poultry': 'Agricultural buildings - poultry',
new: 'Add a new separate building or self-contained units',
'new.agriculture': 'New agricultural buildings',
'new.agriculture.glassHouse': 'New agricultural buildings - glass house',
'new.agriculture.mining': 'New agricultural buildings - mining',
'new.agriculture.pigs': 'New agricultural buildings - pigs',
'new agriculture.poultry': 'New agricultural buildings - poultry',
'new.clickCollect': 'Install click and collect facilities',
'new.dwelling': 'New, self-contained dwelling',
'new.dwelling.flat': 'New flats',
'new.dwelling.house': 'New houses',
'new.forestry': 'Build new forestry buildings',
'new.industrial': 'Industrial premises',
'new.leisure': 'Leisure premises',
'new.office': 'Offices',
'new.industrial': 'New industrial premises',
'new.leisure': 'New leisure premises',
'new.office': 'New offices',
'new.other': 'Add another type of building - something else',
'new.residential.dwelling': 'Build new homes on a roof',
'new.retail': 'Retail premises',
'new.retail': 'New retail premises',
'new.telecoms': 'Install telecommunications equipment',
'new.temporaryStructure':
'Erect a temporary structure for historic visitor attractions and listed buildings',
'new.warehouse': 'Storage or distribution premises',
'new.warehouse': 'New storage or distribution premises',
not: 'Negate a project type',
'not.alter.replace': 'Do not add or change windows or doors',
'not.alter.rooflight': 'Do not add or change a rooflight',
Expand Down

0 comments on commit a62a497

Please sign in to comment.