mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
Armchair isn't working with fast release cycles #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @blixt on GitHub (May 13, 2017).
When releasing a new version for the app every 2-3 days, Armchair will either need a condition that triggers too soon, or not at all.
The reason for this is that
tracksNewVersions = truewill reset the values every time the app is updated (every 2-3 days, so we have to lower the threshold = too soon) and setting it tofalsewill just stop tracking altogether once the user updates the app.Ideally there'd be an option to track significant events across multiple app versions so that the thresholds can be set higher even if the user updates their app often.
@coneybeare commented on GitHub (Jun 15, 2017):
You could use the hooks to build you own logic on when to show the prompt rather than use the default delineator of a new version number