-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
30 changed files
with
1,465 additions
and
519 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
content/src/display-content/contextual-information/property-assessment.md
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,11 @@ | ||
--- | ||
slug: property-assessment | ||
filename: property-assessment | ||
header: Property Assessment | ||
displayname: Property Assessment | ||
--- | ||
|
||
A property assessment takes place before a business buys property. The goal of this work is to test the property for: | ||
|
||
- Existing environmental issues | ||
- Possible environmental issues |
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 |
---|---|---|
@@ -1,35 +1,66 @@ | ||
{ | ||
"wasteQuestionnaireQuestionsPage": { | ||
"title": "Tell Us About Your Business", | ||
"question": "Which of the following are true?", | ||
"footer": "To learn more about waste permits, visit [NJDEP’s page on Sustainable Waste Management](https://www.nj.gov/dep/dshw/).", | ||
"buttonText": "See My Results", | ||
"errorText": "Select a response below.", | ||
"wasteQuestionnaireOptions": { | ||
"hazardousMedicalWaste": "My business will generate `hazardous waste|hazardous-waste` or `medical waste|medical-waste`.", | ||
"compostWaste": "My business will `compost waste|compost-waste` on site.", | ||
"treatProcessWaste": "My business will treat or process waste.", | ||
"constructionDebris": "My business will process `construction/demolition debris|construction-and-demo-debris` and recyclable materials.", | ||
"noWaste": "None of the above apply." | ||
"envReqQuestionsPage": { | ||
"generic": { | ||
"title": "Tell Us About Your Business", | ||
"question": "Which of the following are true?", | ||
"buttonText": "See My Results", | ||
"errorText": "Select a response below.", | ||
"footerText": "To learn more about ${mediaAreaText} permits, visit ${mediaAreaLink}." | ||
}, | ||
"waste": { | ||
"mediaAreaText": "waste", | ||
"mediaAreaLink": "[NJDEP’s page on Sustainable Waste Management](https://www.nj.gov/dep/dshw/)", | ||
"questionnaireOptions": { | ||
"hazardousMedicalWaste": "My business will generate `hazardous waste|hazardous-waste` or `medical waste|medical-waste`.", | ||
"compostWaste": "My business will `compost waste|compost-waste` on site.", | ||
"treatProcessWaste": "My business will treat or process waste.", | ||
"constructionDebris": "My business will process `construction/demolition debris|construction-and-demo-debris` and recyclable materials.", | ||
"noWaste": "None of the above apply." | ||
} | ||
}, | ||
"land": { | ||
"mediaAreaText": "land management", | ||
"mediaAreaLink": "[NJDEP’s page on the Watershed and Land Management Program](https://dep.nj.gov/wlm/)", | ||
"questionnaireOptions": { | ||
"takeOverExistingBiz": "My business will take over an existing business or a site where a business used to be.", | ||
"propertyAssessment": "My business will carry out `property assessment|property-assessment` work at the site.", | ||
"constructionActivities": "My business will carry out construction activities on a site affecting 0.25 or more acres of land.", | ||
"siteImprovementWasteLands": "My business will carry out site improvement in or near wetlands or flood hazard areas. This includes activities such as cutting down trees.", | ||
"noLand": "None of the above apply." | ||
} | ||
} | ||
}, | ||
"wasteQuestionnaireResultsPage": { | ||
"envReqResultsPage": { | ||
"title": "Actions to Take", | ||
"editInfo": "Your answers were successfully completed!", | ||
"editText": "Edit.", | ||
"summaryPtOne": "Based on your answers, your business may be legally required to have a Department of Environmental Protection’s (DEP)", | ||
"summaryPtTwo": "license or permit. Find out your business' requirements below.", | ||
"summaryMediaArea": "waste", | ||
"summary": { | ||
"ptOne": "Based on your answers, your business may be legally required to have a Department of Environmental Protection’s (DEP)", | ||
"ptTwo": "license or permit. Find out your business' requirements below.", | ||
"mediaAreaText": { | ||
"waste": "waste", | ||
"land": "watershed and land management" | ||
} | ||
}, | ||
"personalizedSupport": { | ||
"title": "Contact DEP’s Small Business Assistance Program (SBAP)", | ||
"body": "An expert at SBAP can help you figure out which permits your business needs. SBAP does not regulate or enforce environmental rules.", | ||
"contact": "[email protected]" | ||
}, | ||
"contactDep": { | ||
"title":"Contact DEP", | ||
"heading": "Waste Requirements", | ||
"body": "To find out which licenses or permits you need, contact the [Division of Sustainable Waste Management](https://www.nj.gov/dep/dshw/):", | ||
"contact": "609-633-1418" | ||
"body": "To find out which licenses or permits you need, contact the ${bodyLink}", | ||
"waste": { | ||
"heading": "Waste Requirements", | ||
"bodyLink": "[Division of Sustainable Waste Management](https://www.nj.gov/dep/dshw/):", | ||
"contact": "609-633-1418" | ||
}, | ||
"land": { | ||
"heading": "Watershed and Land Management Requirements", | ||
"bodyLink": "[Watershed and Land Management Program](https://dep.nj.gov/wlm/contact-us/):", | ||
"contact": "(877) 927-6337", | ||
"contactForm": "[Form](https://dep.nj.gov/wlm/contact-us/)" | ||
} | ||
}, | ||
"seeYourResponses": { | ||
"title": "See Your Responses" | ||
|
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,18 @@ | ||
{ | ||
"id": "env-permitting", | ||
"displayname": "env-permitting", | ||
"roadmapSteps": [ | ||
{ | ||
"step": 3, | ||
"weight": 20, | ||
"task": "waste-permitting", | ||
"required": false | ||
}, | ||
{ | ||
"step": 3, | ||
"weight": 21, | ||
"task": "land-permitting", | ||
"required": false | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
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,8 @@ | ||
--- | ||
summaryDescriptionMd: The New Jersey Department of Environmental Protection's (DEP) has environmental regulations for businesses in the State. | ||
urlSlug: land-permitting | ||
filename: land-permitting | ||
displayname: Check Your Land Management Requirements | ||
name: Check Your Land Management Requirements | ||
id: land-permitting | ||
--- |
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
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
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
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
83 changes: 0 additions & 83 deletions
83
web/src/components/tasks/environment-questionnaire/CheckWastePermits.test.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.