Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [extension] revamp event description and JSON viz #2371

Merged
merged 4 commits into from
Sep 15, 2023

Conversation

BenoitZugmeyer
Copy link
Member

@BenoitZugmeyer BenoitZugmeyer commented Aug 8, 2023

Motivation

The current JSON rendering component that we use does not allow to display a proper event description. Also it is a bit limited for future extensions.

Changes

Implement a new Json component and a better event description similar to the Datadog app

Before

Screenshot 2023-08-24 at 12 23 11

After

Screenshot 2023-08-24 at 12 21 50

Testing

  • Local
  • Staging
  • Unit
  • End to end

I have gone over the contributing documentation.

Copy link
Member Author

BenoitZugmeyer commented Aug 8, 2023

@BenoitZugmeyer BenoitZugmeyer changed the title ✨ revamp event description and JSON viz ✨ [extension] revamp event description and JSON viz Aug 8, 2023
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--enhance-json-visualization branch from d082dc8 to cd350a9 Compare August 8, 2023 13:57
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--revamp-filter-ui branch from bc9d504 to 42d9c58 Compare August 23, 2023 14:38
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--enhance-json-visualization branch from cd350a9 to 16093c9 Compare August 23, 2023 14:38
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--revamp-filter-ui branch from 42d9c58 to a69b272 Compare August 23, 2023 14:46
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--enhance-json-visualization branch from 16093c9 to 745b6df Compare August 23, 2023 14:47
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--revamp-filter-ui branch from a69b272 to 5c375a9 Compare August 23, 2023 15:49
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--enhance-json-visualization branch from 745b6df to d784748 Compare August 23, 2023 15:49
@BenoitZugmeyer BenoitZugmeyer marked this pull request as ready for review August 24, 2023 10:24
@BenoitZugmeyer BenoitZugmeyer requested a review from a team as a code owner August 24, 2023 10:24
ref as any
}
{...boxProps}
component={doesValueHasChildren(value) ? 'div' : 'span'}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❓ question: ‏Why is this necessary?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The value is displayed inline if it does not have children, ex:

Screenshot 2023-09-07 at 11 36 23

WDYT? Is it overkill?

@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--revamp-filter-ui branch 2 times, most recently from d5fb319 to 6cdfaf1 Compare September 7, 2023 13:10
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--enhance-json-visualization branch from d784748 to e3e5fbb Compare September 7, 2023 13:10
@BenoitZugmeyer
Copy link
Member Author

BenoitZugmeyer commented Sep 7, 2023

@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--enhance-json-visualization branch from e3e5fbb to 31cf3e8 Compare September 8, 2023 12:37
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--revamp-filter-ui branch from 6e101fb to 5e870f2 Compare September 14, 2023 15:24
Base automatically changed from benoit/extension--revamp-filter-ui to main September 15, 2023 08:23
@BenoitZugmeyer BenoitZugmeyer force-pushed the benoit/extension--enhance-json-visualization branch from 31cf3e8 to 64e6b66 Compare September 15, 2023 08:25
@BenoitZugmeyer BenoitZugmeyer merged commit bd5aa77 into main Sep 15, 2023
@BenoitZugmeyer BenoitZugmeyer deleted the benoit/extension--enhance-json-visualization branch September 15, 2023 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants