Tweaking the userjourney-stats
This commit is contained in:
parent
ea718a4df5
commit
e0979e87f2
1 changed files with 4 additions and 4 deletions
|
@ -2,17 +2,17 @@ import { Utils } from "../Utils";
|
||||||
|
|
||||||
export default class Constants {
|
export default class Constants {
|
||||||
|
|
||||||
public static vNumber = "0.5.13";
|
public static vNumber = "0.5.14";
|
||||||
|
|
||||||
// The user journey states thresholds when a new feature gets unlocked
|
// The user journey states thresholds when a new feature gets unlocked
|
||||||
public static userJourney = {
|
public static userJourney = {
|
||||||
addNewPointsUnlock: 0,
|
addNewPointsUnlock: 0,
|
||||||
moreScreenUnlock: 1,
|
moreScreenUnlock: 1,
|
||||||
personalLayoutUnlock: 5,
|
personalLayoutUnlock: 15,
|
||||||
tagsVisibleAt: 20,
|
tagsVisibleAt: 25,
|
||||||
mapCompleteHelpUnlock: 50,
|
mapCompleteHelpUnlock: 50,
|
||||||
tagsVisibleAndWikiLinked: 30,
|
tagsVisibleAndWikiLinked: 30,
|
||||||
themeGeneratorReadOnlyUnlock: 200,
|
themeGeneratorReadOnlyUnlock: 100,
|
||||||
themeGeneratorFullUnlock: 500,
|
themeGeneratorFullUnlock: 500,
|
||||||
addNewPointWithUnreadMessagesUnlock: 500,
|
addNewPointWithUnreadMessagesUnlock: 500,
|
||||||
minZoomLevelToAddNewPoints: (Constants.isRetina() ? 18 : 19)
|
minZoomLevelToAddNewPoints: (Constants.isRetina() ? 18 : 19)
|
||||||
|
|
Loading…
Reference in a new issue