Skip to content

cri_frontend: refactor user profile views

Nicolas Froger requested to merge refactor-userprofile-views into develop

Deprecate CRIUserDetailMixin with CRIUserProfileMixin. In my opinion, the old mixin was doing too much: setting the view's model should not be the mixin's job. The new CRIUserProfileMixin requires views that implement it to have a criuser attribute containing the CRIUser of the viewed profile.

Merge request reports