You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Team lead members need two tables to track their team top contributors and GitHub repo / issue activity. The first table will show the list of members who are the top contributors and the second one will track the existing issues in the team that the member is leading.
The first table should include the following columns:
GitHub username: The username of the team member that is considered a top contributor.
Number of PRs: The number of Pull Requests opened in the last week.
The second table should have the following columns:
Date: The date that the issue was opened.
Github username: The username of the contributor that initiated the issue.
Title: The title of the issue.
Status: The status of the issue (open or closed)
Definition of done
Add a new page called Performance.ts
Add the page to the Sidebar component
Use the Chakra Table to implement this feature.
Notes on implementation
We use ChakraUI as our component library. You can use their Table component for this task.
The text was updated successfully, but these errors were encountered:
IvanFarfan08
changed the title
Performance Dashboard
Performance Table Components
Feb 5, 2025
Description
Team lead members need two tables to track their team top contributors and GitHub repo / issue activity. The first table will show the list of members who are the top contributors and the second one will track the existing issues in the team that the member is leading.
The first table should include the following columns:
The second table should have the following columns:
Definition of done
Performance.ts
Sidebar
componentTable
to implement this feature.Notes on implementation
We use ChakraUI as our component library. You can use their Table component for this task.
The text was updated successfully, but these errors were encountered: