PostHog / posthog

🦔 PostHog provides open-source product analytics, session recording, feature flagging and A/B testing that you can self-host.
https://posthog.com
Other
20.38k stars 1.21k forks source link

Add the ability to customize events in user-view. Similar to what is possible in the event explorer #17016

Open MarconLP opened 1 year ago

MarconLP commented 1 year ago

Is your feature request related to a problem?

Cannot edit the columns when viewing events stream for a specific user.

Describe the solution you'd like

Add the ability to configure the columns in the events stream of a specific user. Similar to what is possible in the event explorer. Screenshot 2023-08-14 at 16 13 04@2x

Screenshot 2023-08-14 at 13 03 40@2x

Describe alternatives you've considered

Additional context

requested in this ticket: https://posthoghelp.zendesk.com/agent/tickets/5026

Thank you for your feature request – we love each and every one!

mariusandra commented 1 year ago

Hey, you can configure them under the "events" tab. The view here shows the user's properties, which is just a key/value JSON object. There's nothing really to configure here.

macnube commented 1 year ago

@mariusandra You actually can't configure new columns under the events tab of a user like you can in the Event Explorer. So the description of this is correct it's just that the first image is wrong.

image
mariusandra commented 1 year ago

@macnube, ah, got it. As mentioned by @MarconLP in Zendesk, columns can be configured through the menu icon in the column header, allowing for addition or removal of columns. I've created a PR to reintroduce the column configurator for other event lists. Due to previous decisions, we can persist only one set of column headers at the moment. For simplicity, I enabled this only for the events scene itself. However, I mistakenly removed the column configurator from other event tables. Even without saving defaults, users should be able to configure columns.