Skip to content

feat: improve metrics and UI for user engagement on the platform #16134

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

Merged
merged 18 commits into from
Jan 17, 2025

Conversation

BrunoQuaresma
Copy link
Collaborator

@BrunoQuaresma BrunoQuaresma commented Jan 14, 2025

You can explore the new chart on Storybook.

Preview:
image

Close #15297

@BrunoQuaresma BrunoQuaresma requested review from SasSwart, a team and jaaydenh and removed request for a team January 14, 2025 17:13
@BrunoQuaresma BrunoQuaresma requested a review from chrifro January 14, 2025 17:30
Copy link

github-actions bot commented Jan 15, 2025


✔️ PR 16134 Updated successfully.
🚀 Access the credentials here.

cc: @BrunoQuaresma

@matifali
Copy link
Member

I do not see the chart for License utilization as per this design. Has that been removed from Scope? Or Is that coming in a separate PR?

@@ -16,6 +16,7 @@ module.exports = {
fontSize: {
"2xs": ["0.625rem", "0.875rem"],
sm: ["0.875rem", "1.5rem"],
md: ["1rem", "1.5rem"],
Copy link
Contributor

Choose a reason for hiding this comment

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

text-base covers the size ["1rem", "1.5rem"] so there shouldn't be a need to explicitly set md, see https://tailwindcss.com/docs/font-size#setting-the-line-height

Copy link
Contributor

@SasSwart SasSwart left a comment

Choose a reason for hiding this comment

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

Sorry to have to block this. As identified by my comments, there are some changes in here that should not make it into main. See @matifali's comment above as well.

@BrunoQuaresma
Copy link
Collaborator Author

The PR has been updated but is still waiting on a few definitions:

Despite these pending decisions, it’s ready for review.

className="size-3 inline-flex items-center justify-center"
aria-label="Legend for license seat limit in the chart"
>
<div className="w-full border-b-1 border-t-1 border-dashed border-content-disabled" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<div className="w-full border-b-1 border-t-1 border-dashed border-content-disabled" />
<div className="w-full border-b border-t border-dashed border-content-disabled" />

this reduces the width to better match the design

Copy link
Contributor

@jaaydenh jaaydenh left a comment

Choose a reason for hiding this comment

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

From a frontend perspective looks good overall 👍

@SasSwart
Copy link
Contributor

Great work @BrunoQuaresma.

A few small notes for consideration, but we can get to them as follow-up:

@BrunoQuaresma BrunoQuaresma merged commit 3217cb8 into main Jan 17, 2025
30 checks passed
@BrunoQuaresma BrunoQuaresma deleted the bq/user-egagement-chart branch January 17, 2025 15:37
@github-actions github-actions bot locked and limited conversation to collaborators Jan 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DAU graph misleads admins on license utilization
4 participants