IDEMSInternational / open-app-builder

PLH App Frontend
GNU General Public License v3.0
6 stars 25 forks source link

Identify users who reinstalled the app in postgres data #2295

Closed esmeetewinkel closed 4 months ago

esmeetewinkel commented 5 months ago

Details On PLH Teens TZ, there are a couple of users whose app launch count reduced (which should not be possible). The hypothesis is that they cleared their app cache/data, potentially by uninstalling and reinstalling the app. There is no way to verify this assumption in the postgres data at the moment:

I could already store a first_app_launch contact field through the templates, but since this could be useful for debugging any app it might make sense to put it in as a protected variable _first_app_launch (or maybe _app_launch_first to be consistent with the existing variables _app_version and _server_sync_latest)

esmeetewinkel commented 4 months ago

Closed by https://github.com/IDEMSInternational/parenting-app-ui/pull/2320