From e0979e87f2a5b6f6184824d060cee306f05f9399 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 17 Mar 2021 14:35:06 +0100 Subject: [PATCH] Tweaking the userjourney-stats --- Models/Constants.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index 6760eb5..f563728 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,17 +2,17 @@ import { Utils } from "../Utils"; 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 public static userJourney = { addNewPointsUnlock: 0, moreScreenUnlock: 1, - personalLayoutUnlock: 5, - tagsVisibleAt: 20, + personalLayoutUnlock: 15, + tagsVisibleAt: 25, mapCompleteHelpUnlock: 50, tagsVisibleAndWikiLinked: 30, - themeGeneratorReadOnlyUnlock: 200, + themeGeneratorReadOnlyUnlock: 100, themeGeneratorFullUnlock: 500, addNewPointWithUnreadMessagesUnlock: 500, minZoomLevelToAddNewPoints: (Constants.isRetina() ? 18 : 19)