In the UserSettingsViewSet in src/api/views/user_settings.py we are using the UserSettingsSerializer but then some part of the validation is done within UserSettingsViewSet.validate_value. This should be refactored. Also see this comment on a recent review: #39 (comment)
In the
UserSettingsViewSetin src/api/views/user_settings.py we are using theUserSettingsSerializerbut then some part of the validation is done withinUserSettingsViewSet.validate_value. This should be refactored. Also see this comment on a recent review: #39 (comment)