User preferences, including data collection consent, feedback given and survey answered, are stored by stores.ts in a locally persistent store together with a date.
The dates are currently not used to expire these settings, but it might be good for them to expire after a given time.
All locally stored settings can be reset by using the appVersion.requireUserDataVersion setting, which is handled by stores.getItemFromLocalStorage().
User preferences, including data collection consent, feedback given and survey answered, are stored by
stores.ts
in a locally persistent store together with a date.The dates are currently not used to expire these settings, but it might be good for them to expire after a given time.
All locally stored settings can be reset by using the
appVersion.requireUserDataVersion
setting, which is handled bystores.getItemFromLocalStorage()
.