Skip to content

add status/status_emoji fields to user, validation, strong parameters, and include on the profile

David Amrani requested to merge davamr/gitlab-ce:user_statuses into master

What does this MR do?

Allow users to set a status message and emoji to be displayed on their user profile.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

A user may want the ability to let other users know will be unavailable for a period of time by setting a status. A current workaround is updating the user name field.

Screenshots (if relevant)

profile_form profile note activity_feed

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#35463 (closed)

Edited by David Amrani

Merge request reports