Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

The perf_ columns in the Users table are mostly unused #27

Open
d1m0 opened this issue Aug 12, 2014 · 1 comment
Open

The perf_ columns in the Users table are mostly unused #27

d1m0 opened this issue Aug 12, 2014 · 1 comment

Comments

@d1m0
Copy link
Contributor

d1m0 commented Aug 12, 2014

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?

@d1m0 d1m0 added the question label Aug 12, 2014
@d1m0 d1m0 assigned d1m0, thalvors and kmowery and unassigned d1m0, thalvors and kmowery Aug 12, 2014
@thalvors
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants