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

feat: implement ContributorsChart for repo pages #3302

Merged
merged 6 commits into from
May 1, 2024

Conversation

zeucapua
Copy link
Contributor

@zeucapua zeucapua commented May 1, 2024

Description

Adds a new chart to repo pages that shows the number of contributors in a given range, as a bar graph showing the daily distribution and overview numbers for the total and average.

Related Tickets & Documents

Closes #3293

Mobile & Desktop Screenshots/Recordings

image

Steps to QA

  1. Go to repo pages and scroll down to see the Contributor chart card
  2. Select different ranges to see change in numbers and graphs

Tier (staff will fill in)

  • Tier 1
  • Tier 2
  • Tier 3
  • Tier 4

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

cats-awesome-gif

Copy link

netlify bot commented May 1, 2024

Deploy Preview for design-insights ready!

Name Link
🔨 Latest commit 3711d85
🔍 Latest deploy log https://app.netlify.com/sites/design-insights/deploys/6632a67b9b080100086b76c4
😎 Deploy Preview https://deploy-preview-3302--design-insights.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented May 1, 2024

Deploy Preview for oss-insights ready!

Name Link
🔨 Latest commit 3711d85
🔍 Latest deploy log https://app.netlify.com/sites/oss-insights/deploys/6632a67b0f416500087657f4
😎 Deploy Preview https://deploy-preview-3302--oss-insights.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@zeucapua zeucapua requested a review from a team May 1, 2024 20:52
@zeucapua zeucapua marked this pull request as ready for review May 1, 2024 20:52
@nickytonline
Copy link
Member

nickytonline commented May 1, 2024

The chart looks great on smaller screens. 🔥

CleanShot 2024-05-01 at 17 05 08

lib/hooks/api/useFetchMetricStats.ts Show resolved Hide resolved
Copy link
Member

@nickytonline nickytonline left a comment

Choose a reason for hiding this comment

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

Looks and works great @zeucapua!

:shipit:

components/Graphs/ContributorsChart.tsx Show resolved Hide resolved
@zeucapua zeucapua merged commit b52b0e6 into beta May 1, 2024
19 checks passed
@zeucapua zeucapua deleted the feat/repo-pages-contributor-graph branch May 1, 2024 22:50
open-sauced bot pushed a commit that referenced this pull request May 1, 2024
## [2.24.0-beta.1](v2.23.1-beta.1...v2.24.0-beta.1) (2024-05-01)

### 🍕 Features

* implement `ContributorsChart` for repo pages ([#3302](#3302)) ([b52b0e6](b52b0e6))
open-sauced bot pushed a commit that referenced this pull request May 2, 2024
## [2.24.0](v2.23.0...v2.24.0) (2024-05-02)

### 🍕 Features

* implement `ContributorsChart` for repo pages ([#3302](#3302)) ([b52b0e6](b52b0e6))
* implemented the StarSearch feedback component ([#3298](#3298)) ([1297274](1297274))

### 🐛 Bug Fixes

* explore links 404 ([#3297](#3297)) ([ba05a16](ba05a16))
* filter out undefined values for building workspace owners array ([#3305](#3305)) ([bd4e1fe](bd4e1fe))
* return 404 on invalid workspace ID ([#3301](#3301)) ([d09c229](d09c229))
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.

Feature: Contributor evolution chart for repo pages
4 participants