CrowdDotDev / crowd.dev

⚡️ The developer data platform to centralize community, product, and customer data
https://crowd.dev
Other
3.29k stars 754 forks source link

Prevent display of empty attributes in Members profile #1597

Open joanagmaia opened 12 months ago

joanagmaia commented 12 months ago

Problem

In the Member's profile we show a list of attributes. If these attributes are edited, and the user deletes their value, the UI is still displaying the attribute name without any value below.

Screenshot 2023-09-25 at 15 27 35

Acceptance Criteria

If an attribute is null or exists but has not value, the application should not display the attribute

rutulganatra commented 11 months ago

If no one is working on this then I can work on this?

joanagmaia commented 11 months ago

If no one is working on this then I can work on this?

Of course 😄 ! I'm assigning you to the issue

Bhargav-44 commented 11 months ago

@joanagmaia is this issue still needs to be worked on?? You can assign it to me if it needs.

joanagmaia commented 11 months ago

@rutulganatra were you able to pick this one up? @Bhargav-44 I don't think it was started yet, let's see if @rutulganatra still wants to pick it up

rutulganatra commented 11 months ago

I already made the changes on issue I just push it

peoray commented 11 months ago

@joanagmaia what part of the member profile UI is this? I can't find this in the current design. I can see custom attributes that have Karma but that's it

joanagmaia commented 11 months ago

Hey @peoray, it's in the frontend/src/modules/member/components/view/_aside/_aside-custom-attributes.vue file. This section, only shows in the UI after member is enriched