Finish user preferences system
stygiansabyss opened this issue · 2 comments
stygiansabyss commented
The user preference system base is there. Need to actually make use of it.
stygiansabyss commented
Added in methods to AH repo.
User model has many methods for getting and setting preferences.
Added Admin area to create and edit preferences.
User preferences page now lists and saves all preferences for the user.
When creating a preference it adds it to every user with the default value.
Added validation to User_Preference_User to make sure that the submitted value is valid for the preference.
stygiansabyss commented
Moved to core repo.