Skip to content

Commit

Permalink
sync to prior approval template
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Jul 10, 2024
1 parent e523b8e commit 767d8e4
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 3 deletions.
58 changes: 56 additions & 2 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4706,6 +4706,24 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Tree plan",
"type": "string"
},
"value": {
"const": "treePlan",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -10727,6 +10745,24 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Install machinery",
"type": "string"
},
"value": {
"const": "alter.equipment.machinery",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -10799,6 +10835,24 @@
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
"description": {
"const": "Install ventilation",
"type": "string"
},
"value": {
"const": "alter.equipment.ventilation",
"type": "string"
}
},
"required": [
"value",
"description"
],
"type": "object"
},
{
"additionalProperties": false,
"properties": {
Expand Down Expand Up @@ -14493,11 +14547,11 @@
"additionalProperties": false,
"properties": {
"description": {
"const": "New agricultural buildings - glass house",
"const": "New agricultural buildings - glasshouse",
"type": "string"
},
"value": {
"const": "new.agriculture.glassHouse",
"const": "new.agriculture.glasshouse",
"type": "string"
}
},
Expand Down
1 change: 1 addition & 0 deletions types/enums/FileTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ export const FileTypes = {
treeAndHedgeRemovedOrPruned: 'Removed or pruned trees and hedges',
treeCanopyCalculator: 'Tree canopy calculator',
treeConditionReport: 'Tree condition report',
treePlan: 'Tree plan',
treesReport: 'Trees report',
'unitPlan.existing': 'Unit plan - existing',
'unitPlan.proposed': 'Unit plan - proposed',
Expand Down
4 changes: 3 additions & 1 deletion types/enums/ProjectTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ export const ProjectTypes = {
'alter.equipment.heatPump.water': 'Install a water heat pump',
'alter.equipment.industrial': 'Install industrial equipment',
'alter.equipment.lighting': 'Install outdoor lights',
'alter.equipment.machinery': 'Install machinery',
'alter.equipment.solar': 'Install solar panels',
'alter.equipment.solar.pv': 'Install solar photovoltaics (PV)',
'alter.equipment.solar.thermal': 'Install solar thermal equipment',
'alter.equipment.tank': 'Install an outdoor tank (for example a water tank)',
'alter.equipment.ventilation': 'Install ventilation',
'alter.equipment.wifi': 'Install internet equipment',
'alter.equipment.wind': 'Install a wind turbine',
'alter.facades': 'Change the material or colour of the external walls',
Expand Down Expand Up @@ -313,7 +315,7 @@ export const ProjectTypes = {
'internal.windows.openings': 'Alter internal window openings',
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.glasshouse': 'New agricultural buildings - glasshouse',
'new.agriculture.mining': 'New agricultural buildings - mining',
'new.agriculture.pigs': 'New agricultural buildings - pigs',
'new agriculture.poultry': 'New agricultural buildings - poultry',
Expand Down

0 comments on commit 767d8e4

Please sign in to comment.