openedx / platform-roadmap

Tracking the maintenance, enhancement, and advancement of the Open edX project.
11 stars 0 forks source link

[Product Pull Request] bug: Profile image on user posts #314

Open jmakowski1123 opened 8 months ago

jmakowski1123 commented 8 months ago

For Contributing Author:

This is the Primary Product Ticket for the following community contribution: New feature that will allow course instructors to manage certificates.

Checklist prior to undergoing Product Review:

The following information is required in order for Product Managers to be able to review your pull request:

Only if necessary:

Related PRs


For Product Manager doing the review:

What criteria should be analyzed from Product to approve a PR?

github-actions[bot] commented 8 months ago

Thanks for your submission, @openedx/open-edx-project-managers will review shortly.

jmakowski1123 commented 8 months ago

There are a lot of open product questions that need to be addressed here.

dyudyunov commented 8 months ago

Hi @jmakowski1123

The user's profile image absence seemed to be a bug (while testing the Palm release) for us because it was present in the Olive release.

I just researched the feature changes history and found this PR where I believe the image was replaced with the placeholder. Unfortunately, I can't view the related Jira ticket and the PR description is too poor, so I don't know the motivation behind that change.

I think we could just close our PRs if our suggestion that this is a bug was wrong.

jmakowski1123 commented 8 months ago

Let me do some testing on our new Quince branch.

cassiezamparini commented 7 months ago

@jmakowski1123 Has this been reviewed in Quince?

I've labelled this as a "bug" until we know more.

mphilbrick211 commented 5 months ago

Hi all - any update on this one?

dyudyunov commented 5 months ago

Hi

Are there any updates on the issue?

jmakowski1123 commented 5 months ago

I've looked at a bunch of live courses on edx.org, and they all have generic profile images. @ayub02 , can you confirm that this is actually the intended behavior for the discussion forums?

Screen Shot 2024-04-08 at 4 59 04 PM
mphilbrick211 commented 4 months ago

Hi @ayub02 and @jmakowski1123 - just checking in on this!

ayub02 commented 3 months ago

Hi @mphilbrick211 ! Here's what i shared with Jenna. Please let me know what you think: "Jenna, I discussed with the team. Profile picture feature has been removed from user profile due to requirements specific to 2U. Therefore, we removed profile pictures from discussion board long time ago (i think it was in late 2022 or early 2023). We'll provide code review support if needed by community of Axim to display profile pictures on the discussion board. However, this change needs to be behind a control variable (e.g. waffle flag) so that it can be turned off for 2U instance."

jmakowski1123 commented 3 months ago

Thanks @ayub02 . @dyudyunov Can this be developed behind a waffle flag? We can turn it on by default in the community release. If so, this has product approval.

dyudyunov commented 3 months ago

Hi @jmakowski1123

I think we could gate it using either a waffle flag on the backend or an additional config in the MFE env. The first option with the waffle flag seems better to me.

We'll plan further work on it

ayub02 commented 3 months ago

Waffle flag sounds good to me. I'm ok with it enabled by default.

mphilbrick211 commented 1 month ago

Hi @dyudyunov - just checking to see if there's an update on this one?

dyudyunov commented 1 month ago

@vladislavkeblysh please update your PRs according to the discussion results - add an option to toggle profile image displaying (default - is to display user profile image). It could be either a waffle flag or a new setting in the MFE env (the waffle flag - is a preferred solution)