mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Enabling another offer.
This commit is contained in:
parent
3ff41f5619
commit
be84517010
1 changed files with 1 additions and 0 deletions
|
@ -722,6 +722,7 @@ sendNextStepsEmail = (user, now, daysAgo) ->
|
||||||
'tealeaf-academy': isAdult and isFast
|
'tealeaf-academy': isAdult and isFast
|
||||||
'talent-buddy': isAdult
|
'talent-buddy': isAdult
|
||||||
'coding-campus': isAdult and Math.random() < 0.5 # TODO: geodetect UT and give priority
|
'coding-campus': isAdult and Math.random() < 0.5 # TODO: geodetect UT and give priority
|
||||||
|
'viking': isAdult and isFast
|
||||||
#'mv-code-club': isKid # TODO: geodetect, get landing page URL
|
#'mv-code-club': isKid # TODO: geodetect, get landing page URL
|
||||||
nAdditionalOffers = 4 - _.filter(offers).length
|
nAdditionalOffers = 4 - _.filter(offers).length
|
||||||
possibleAdditionalOffers = ['code-school', 'one-month', 'learnable', 'pluralsight']
|
possibleAdditionalOffers = ['code-school', 'one-month', 'learnable', 'pluralsight']
|
||||||
|
|
Loading…
Reference in a new issue