Some refactoring of existing information panels

- extracting out static strings where possible
- create StepInformation component
- rename step components to end in 'Step'
This commit is contained in:
Dana Lambert 2021-10-20 16:15:15 +13:00
parent dd60ce03ee
commit 06e33d7ac6
8 changed files with 95 additions and 52 deletions

View file

@ -0,0 +1,30 @@
{
"steps": {
"location": {
"title": "Right Plant Right Place Plant Selector Tool for New Zealand.",
"description": "Your native plant selection starts here! Use the map to select a planting site location within New Zealand. On the following pages you will provide more details on your project until the system has enough information to create your plant species list and planting plan. To start, click on the map and pan and zoom to the site location. Once the location is selected, click on the “next step” button to complete the process. Repeat this process for sites at different locations."
},
"soil": {
"title": "Soil Variant Selection",
"description": "",
"optionsLabel": "Soil Variant Options",
"optionsHelperText": "Please select your soil variant from the options above."
},
"habitat": {
"title": "",
"description": ""
},
"zone": {
"title": "",
"description": ""
},
"projectSpecifics": {
"title": "",
"description": ""
},
"summary": {
"title": "",
"description": ""
}
}
}