Skip to content

Instantly share code, notes, and snippets.

@adamrneary
Last active December 20, 2015 20:09
Show Gist options
  • Save adamrneary/6188669 to your computer and use it in GitHub Desktop.
Save adamrneary/6188669 to your computer and use it in GitHub Desktop.
ParentCollection = require('collections/common/parent_collection')
Channel = require('models/channel')
module.exports = class Channels extends ParentCollection
model: Channel
modelSingular: 'channel'
driverLabel: 'Cost driver'
driverList:
exclude: 'Exclude this channel from the plan'
manual: 'Forecast this channel manually'
percent_revenue: 'Forecast top down: Percent of revenue'
new_customer_count: 'Forecast bottom up: Cost per new customer'
driverDefault: 'manual'
valueLabel: 'Spend'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment