Skip to content

Feature to upload avatar images

Javier E. requested to merge feature-user-avatar into master

What does this MR do?

  • Mount ImageUploader in User::Profile as avatar_image
  • Add a controller action UploadsController#user_avatar_image with the route path /uploads/users/:id/avatar_image to get uploaded avatar images
  • Add the fields avatar_image and remove_avatar_image to Inputs::User::ProfileInput to assign an avatar image, or to remove the current one

Related issues

#15 (closed)

Merge request reports