Skip to content

Commit

Permalink
moves some steps out of consultation workflow (to move to Application…
Browse files Browse the repository at this point in the history
… Area), re #34
  • Loading branch information
whatisgalen committed May 14, 2019
1 parent 439716d commit e5c6eb3
Showing 1 changed file with 0 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,6 @@ define([
viewModel: function(params) {
var self = this;
params.steps = [
{
title: 'Assign Address',
description: 'Assign an address to your application area. Use the address as the default name',
component: 'get-tile-value',
graphid: '336d34e3-53c3-11e9-ba5f-dca90488358a',
nodegroupid: 'e857704a-53d8-11e9-b05a-dca90488358a',
resourceid: null,
tileid: null,
parenttileid: null,
icon: 'fa-envelope'
},
{
title: 'Assign Name',
description: 'Assign a name to your application area',
component: 'set-tile-value',
graphid: '336d34e3-53c3-11e9-ba5f-dca90488358a',
nodegroupid: 'c5f909b5-53c7-11e9-a3ac-dca90488358a',
resourceid: null,
tileid: null,
parenttileid: null,
icon: 'fa-tag'
},
{
title: 'Area Map',
description: 'Draw (or select from the Development Area Overlay) the extent of...',
component: 'new-tile-step',
graphid: '336d34e3-53c3-11e9-ba5f-dca90488358a',
nodegroupid: 'eafced66-53d8-11e9-a4e2-dca90488358a',
resourceid: null,
tileid: null,
parenttileid: null,
icon: 'fa-map-marker'
},
{
title: 'Related Heritage Resources',
description: 'Click on the Heritage Assets, Activities, and other resources related to this',
Expand All @@ -54,28 +21,6 @@ define([
parenttileid: null,
icon: 'fa-code-fork'
},
{
title: 'Area Description',
description: 'Describe the Application Area',
component: 'new-tile-step',
graphid: '336d34e3-53c3-11e9-ba5f-dca90488358a',
nodegroupid: '63cdcf0f-53da-11e9-8340-dca90488358a',
resourceid: null,
tileid: null,
parenttileid: null,
icon: 'fa-clipboard'
},
{
title: 'Area Designations',
description: 'Select the Application Area designations',
component: 'new-tile-step',
graphid: '336d34e3-53c3-11e9-ba5f-dca90488358a',
nodegroupid: 'e19fe3a1-6d22-11e9-98bf-dca90488358a',
resourceid: null,
tileid: null,
parenttileid: null,
icon: 'fa-bookmark'
},
{
title: 'Application Details',
description: 'Summary of the Application and Consultation Type',
Expand Down

0 comments on commit e5c6eb3

Please sign in to comment.