Skip to content

Instantly share code, notes, and snippets.

@kalda341
Created July 16, 2020 02:25
Show Gist options
  • Save kalda341/66c8822d3a652d29d6d74dd5842f11fb to your computer and use it in GitHub Desktop.
Save kalda341/66c8822d3a652d29d6d74dd5842f11fb to your computer and use it in GitHub Desktop.
export default [
{
type: 'component',
component: 'TitlePage',
extraProps: {
title:
'Resource Consent Application & Assessment of Environmental Effects',
},
},
{
type: 'section',
title: 'Table of Contents',
numbered: false,
includeInToC: false,
children: [
{
type: 'component',
component: 'TableOfContents',
},
],
},
{
type: 'section',
title: 'Appendices',
children: [
{
type: 'component',
component: 'Appendices',
},
],
},
{
type: 'section',
title: 'Application Details',
children: [
{
type: 'component',
component: 'ApplicationDetails',
},
],
},
{
type: 'component',
component: 'AerialImage',
},
{
type: 'section',
title: 'Introduction',
children: [
{
type: 'section',
title: 'Application History',
children: [
{
type: 'component',
component: 'ApplicationHistory',
},
],
},
{
type: 'section',
title: 'Site Description',
children: [
{
type: 'component',
component: 'SiteDescription',
},
],
},
{
type: 'section',
title: 'Description of the Proposal',
children: [
{
type: 'component',
component: 'ProposalDescription',
},
],
},
],
},
{
type: 'section',
title: 'Application Checklists',
children: [
{
type: 'section',
title: 'Site Checklist',
children: [
{
type: 'component',
component: 'SiteChecklist',
},
],
},
{
type: 'section',
title: 'Proposal Checklist',
children: [
{
type: 'component',
component: 'ProposalChecklist',
},
],
},
],
},
{
type: 'section',
title: 'Auckland Unitary Plan Compliance',
children: [
{
type: 'section',
title: 'Permitted Activities',
children: [
{
type: 'component',
component: 'PermittedActivities',
},
],
},
{
type: 'section',
title: 'Reasons for Consent',
children: [
{
type: 'component',
component: 'ReasonsForConsent',
},
],
},
{
type: 'section',
title: 'Compliance with Standards',
children: [
{
type: 'component',
component: 'ComplianceWithStandards',
},
],
},
{
type: 'section',
title: 'Overall Status',
children: [
{
type: 'component',
component: 'OverallApplicationStatus',
},
],
},
],
},
{
type: 'section',
title: 'Assessment of Relevant AUP Provisions',
children: [
{
type: 'section',
title: 'Objectives and Policies',
children: [
{
type: 'component',
component: 'ObjectivesAndPolicies',
},
],
},
{
type: 'section',
title: 'Matters and Assessment Criteria',
children: [
{
type: 'component',
component: 'MattersAndAssessmentCriteria',
},
],
},
],
},
{
type: 'section',
title: 'Notification (S95A and S95B) Background',
children: [
{
type: 'component',
component: 'PlanNotificationRules',
},
],
},
{
type: 'section',
title: 'Assessment of Environmental Effects',
children: [
{
type: 'section',
title: 'Potential/Actual Adverse Effects',
children: [
{
type: 'component',
component: 'PotentialActualAdverseEffects',
},
],
},
{
type: 'section',
title: 'Positive Effects',
children: [
{
type: 'component',
component: 'PositiveEffects',
},
],
},
],
},
{
type: 'section',
title: 'Assessment of Affected Parties/Persons',
children: [
{
type: 'component',
component: 'AffectedPersons',
},
{
type: 'section',
title: 'Special Circumstances',
children: [
{
type: 'component',
component: 'SpecialCircumstances',
},
],
},
],
},
{
type: 'section',
title: 'RMA Sections',
children: [
{
type: 'section',
title: 'Subdivision',
children: [
{
type: 'component',
component: 'Subdivision',
},
],
},
{
type: 'section',
title: 'Threshold Test',
children: [
{
type: 'component',
component: 'ThresholdTest',
},
],
},
{
type: 'section',
title: 'Relevant Statutory Documents - Section 104(1)(b)',
children: [
{
type: 'component',
component: 'RelevantStatutoryDocuments',
},
],
},
{
type: 'section',
title: 'Permitted Baseline',
children: [
{
type: 'component',
component: 'PermittedBaseline',
},
],
},
{
type: 'section',
title: 'Part 2',
children: [
{
type: 'component',
component: 'Part2',
},
],
},
],
},
{
type: 'section',
title: 'Conclusion',
children: [
{
type: 'component',
component: 'Conclusion',
},
],
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment