Skip to content

Instantly share code, notes, and snippets.

@adamrneary
Last active December 20, 2015 20:09
Show Gist options
  • Save adamrneary/6188704 to your computer and use it in GitHub Desktop.
Save adamrneary/6188704 to your computer and use it in GitHub Desktop.
NestedParentView = require('views/analysis/common/nested_parent_view')
module.exports = class ChannelsIndexListView extends NestedParentView
pageGuideContext:
title: 'Channel list'
items: [
target: '.breadcrumbs .last'
direction: 'right'
description: 'Channels are simply sources of new customers. By building
customer acqusition strategy around a portfolio of channels, it much
easier to determine what is working best and prioritize accordingly.'
,
target: '.btn-add-dimension'
direction: 'right'
description: '
The list is yours to customize to your business as you like. Click here
to add a channel, and you can always delete channels in the table below.
If you drag each of your existing customers into a channel as best you
can in order to track plan vs actual.'
]
initialize: ->
@parents = app.channels
@children = app.customers
super
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment