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

Added namespace search to client count #12577

Merged
merged 5 commits into from Sep 22, 2021
Merged

Conversation

arnav28
Copy link
Contributor

@arnav28 arnav28 commented Sep 17, 2021

  • Used existing search select component for namespace search
  • Added option to export all namespaces data
  • Show root in Top 10 namespaces list

Screen Shot 2021-09-22 at 9 43 07 AM

Screen Shot 2021-09-22 at 9 43 20 AM

- Used existing search select component for namespace search
@vercel vercel bot temporarily deployed to Preview – vault September 17, 2021 21:10 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook September 17, 2021 21:17 Inactive
- generate namespaces data in csv format
- Show root in top 10 namespaces
- Changed active direct tokens to non-entity tokens

// Construct the namespace model for the bar chart component
get barChartDataset() {
if (!this.args.model.activity || !this.args.model.activity.byNamespace) {
Copy link
Contributor

Choose a reason for hiding this comment

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

nice call on adding these checks first

Copy link
Contributor

@Monkeychip Monkeychip left a comment

Choose a reason for hiding this comment

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

Good work. A couple of comments, but nothing blocking.

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.

None yet

2 participants