You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2022. It is now read-only.
They correspond to setting for individual users. Out of those the only one we are actually checking is perf_ofrget_which_product, and most of them are not used by users. Should we just rip them out and aggree on some sane defaults?
The text was updated successfully, but these errors were encountered:
I vote for less prefs. Note we do check 'Privacy' from the 'profiles' table. The profiles table duplicates all of these. I vote getting rid of both, but if we want to keep the settings we should de-duplicate them.
There are several perf_ columns in the Users table:
pref_auto_logout | boolean | not null default false | plain |
pref_speech | boolean | not null default false | plain |
pref_forget_which_product | boolean | not null default false | plain |
pref_skip_purchase_conf
They correspond to setting for individual users. Out of those the only one we are actually checking is perf_ofrget_which_product, and most of them are not used by users. Should we just rip them out and aggree on some sane defaults?
The text was updated successfully, but these errors were encountered: