Skip to content

Commit

Permalink
Update contribution overviews
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 30, 2025
1 parent ff87b70 commit 5c730f5
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 57 deletions.
48 changes: 36 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,21 @@ The current week is shown below. There are 3 major sections:

```mermaid
pie
"tscircuit/3d-viewer" : 1
"tscircuit/autorouting.com" : 1
"tscircuit/tscircuit.com" : 1
"tscircuit/tscircuit.com" : 2
"tscircuit/prompt-benchmarks" : 1
```

## Contributor Overview

| Contributor | 🐳 Major | πŸ™ Minor | 🐌 Tiny | ⭐ | Issues Created |
|-------------|---------|---------|---------|-----|----------------|
| [ShiboSoftwareDev](#ShiboSoftwareDev) | 1 | 0 | 0 | ⭐ | 6 |
| [Abse2001](#Abse2001) | 1 | 0 | 0 | ⭐ | 0 |
| [ShiboSoftwareDev](#ShiboSoftwareDev) | 1 | 0 | 0 | ⭐ | 1 |
| [Anshgrover23](#Anshgrover23) | 0 | 1 | 0 | | 1 |
| [imrishabh18](#imrishabh18) | 0 | 1 | 0 | | 1 |
| [ArnavK-09](#ArnavK-09) | 0 | 0 | 1 | | 0 |

## Review Table

Expand All @@ -49,52 +52,73 @@ pie
| Contributor | Reviews Received | Approvals Received | Rejections Received | Approvals | Rejections | PRs Opened | PRs Merged | Issues Created | Bountied Issues | Bountied Issue $ |
|---|---|---|---|---|---|---|---|---|---|---|
| [Rishikesh63](#Rishikesh63) | 3 | 0 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
| [Anshgrover23](#Anshgrover23) | 0 | 0 | 0 | 1 | 4 | 0 | 0 | 1 | 0 | 0 |
| [Anshgrover23](#Anshgrover23) | 3 | 1 | 2 | 1 | 4 | 2 | 1 | 1 | 0 | 0 |
| [imrishabh18](#imrishabh18) | 0 | 0 | 0 | 2 | 1 | 2 | 1 | 1 | 0 | 0 |
| [DrSensor](#DrSensor) | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 3 | 0 | 0 |
| [MustafaMulla29](#MustafaMulla29) | 2 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 |
| [ShiboSoftwareDev](#ShiboSoftwareDev) | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 6 | 2 | 12 |
| [Abse2001](#Abse2001) | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 |
| [seveibar](#seveibar) | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 2 | 32 |
| [imrishabh18](#imrishabh18) | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 |
| [ShiboSoftwareDev](#ShiboSoftwareDev) | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 |
| [seveibar](#seveibar) | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 4 | 4 | 57 |
| [ArnavK-09](#ArnavK-09) | 2 | 2 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 |

## Changes by Repository

### [tscircuit/3d-viewer](https://github.com/tscircuit/3d-viewer)

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#141](https://github.com/tscircuit/3d-viewer/pull/141) | πŸ™ Minor | Anshgrover23 | Add a new prop `autoRotateDisabled` to control the auto-rotation of the CAD viewer. |

### [tscircuit/autorouting.com](https://github.com/tscircuit/autorouting.com)

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#30](https://github.com/tscircuit/autorouting.com/pull/30) | 🐳 Major | Abse2001 | Adds a new feature to process circuit files locally using the Freerouting autorouter instead of using the server. |
| [#30](https://github.com/tscircuit/autorouting.com/pull/30) | 🐳 Major | Abse2001 | The pull request introduces a new feature that allows for local processing of circuit files using the freerouting autorouter, bypassing the need for a remote server. |

### [tscircuit/tscircuit.com](https://github.com/tscircuit/tscircuit.com)

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#622](https://github.com/tscircuit/tscircuit.com/pull/622) | πŸ™ Minor | imrishabh18 | Fix the issue of not encoding the search parameters in the import snippet dialog. |
| [#622](https://github.com/tscircuit/tscircuit.com/pull/622) | πŸ™ Minor | imrishabh18 | Encode the search parameters to fix search functionality. |
| [#624](https://github.com/tscircuit/tscircuit.com/pull/624) | 🐌 Tiny | ArnavK-09 | Updates the external actions used in the bundle-size-analysis workflow. |

### [tscircuit/prompt-benchmarks](https://github.com/tscircuit/prompt-benchmarks)

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#21](https://github.com/tscircuit/prompt-benchmarks/pull/21) | 🐳 Major | ShiboSoftwareDev | Adds a new set of circuit problems and increases the timeout for the benchmark |
| [#21](https://github.com/tscircuit/prompt-benchmarks/pull/21) | 🐳 Major | ShiboSoftwareDev | Adds a new set of circuit design problems and increases the timeout for the benchmark evaluation. |

## Changes by Contributor

### [Anshgrover23](https://github.com/Anshgrover23)

| PR # | Impact | Description |
|------|--------|-------------|
| [#141](https://github.com/tscircuit/3d-viewer/pull/141) | πŸ™ Minor | Add a new prop `autoRotateDisabled` to control the auto-rotation of the CAD viewer. |

### [Abse2001](https://github.com/Abse2001)

| PR # | Impact | Description |
|------|--------|-------------|
| [#30](https://github.com/tscircuit/autorouting.com/pull/30) | 🐳 Major | Adds a new feature to process circuit files locally using the Freerouting autorouter instead of using the server. |
| [#30](https://github.com/tscircuit/autorouting.com/pull/30) | 🐳 Major | The pull request introduces a new feature that allows for local processing of circuit files using the freerouting autorouter, bypassing the need for a remote server. |

### [ArnavK-09](https://github.com/ArnavK-09)

| PR # | Impact | Description |
|------|--------|-------------|
| [#624](https://github.com/tscircuit/tscircuit.com/pull/624) | 🐌 Tiny | Updates the external actions used in the bundle-size-analysis workflow. |

### [imrishabh18](https://github.com/imrishabh18)

| PR # | Impact | Description |
|------|--------|-------------|
| [#622](https://github.com/tscircuit/tscircuit.com/pull/622) | πŸ™ Minor | Fix the issue of not encoding the search parameters in the import snippet dialog. |
| [#622](https://github.com/tscircuit/tscircuit.com/pull/622) | πŸ™ Minor | Encode the search parameters to fix search functionality. |

### [ShiboSoftwareDev](https://github.com/ShiboSoftwareDev)

| PR # | Impact | Description |
|------|--------|-------------|
| [#21](https://github.com/tscircuit/prompt-benchmarks/pull/21) | 🐳 Major | Adds a new set of circuit problems and increases the timeout for the benchmark |
| [#21](https://github.com/tscircuit/prompt-benchmarks/pull/21) | 🐳 Major | Adds a new set of circuit design problems and increases the timeout for the benchmark evaluation. |



Expand Down
100 changes: 67 additions & 33 deletions contribution-overviews/2025-01-29.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,49 @@
"bountiedIssuesTotal": 0
},
"Anshgrover23": {
"reviewsReceived": 3,
"rejectionsReceived": 2,
"approvalsReceived": 1,
"approvalsGiven": 1,
"rejectionsGiven": 4,
"prsOpened": 2,
"prsMerged": 1,
"issuesCreated": 1,
"bountiedIssuesCount": 0,
"bountiedIssuesTotal": 0,
"score": 2,
"major": 0,
"minor": 1,
"tiny": 0,
"stars": ""
},
"imrishabh18": {
"reviewsReceived": 0,
"rejectionsReceived": 0,
"approvalsReceived": 0,
"approvalsGiven": 1,
"rejectionsGiven": 4,
"prsOpened": 0,
"prsMerged": 0,
"approvalsGiven": 2,
"rejectionsGiven": 1,
"prsOpened": 2,
"prsMerged": 1,
"issuesCreated": 1,
"bountiedIssuesCount": 0,
"bountiedIssuesTotal": 0,
"score": 2,
"major": 0,
"minor": 1,
"tiny": 0,
"stars": ""
},
"DrSensor": {
"reviewsReceived": 0,
"rejectionsReceived": 0,
"approvalsReceived": 0,
"approvalsGiven": 0,
"rejectionsGiven": 0,
"prsOpened": 1,
"prsMerged": 0,
"issuesCreated": 3,
"bountiedIssuesCount": 0,
"bountiedIssuesTotal": 0
},
"MustafaMulla29": {
Expand All @@ -35,6 +69,23 @@
"bountiedIssuesCount": 0,
"bountiedIssuesTotal": 0
},
"ShiboSoftwareDev": {
"reviewsReceived": 0,
"rejectionsReceived": 0,
"approvalsReceived": 0,
"approvalsGiven": 0,
"rejectionsGiven": 1,
"prsOpened": 1,
"prsMerged": 1,
"issuesCreated": 6,
"bountiedIssuesCount": 2,
"bountiedIssuesTotal": 12,
"score": 6,
"major": 1,
"minor": 0,
"tiny": 0,
"stars": "⭐"
},
"Abse2001": {
"reviewsReceived": 1,
"rejectionsReceived": 0,
Expand All @@ -56,46 +107,29 @@
"reviewsReceived": 0,
"rejectionsReceived": 0,
"approvalsReceived": 0,
"approvalsGiven": 1,
"approvalsGiven": 2,
"rejectionsGiven": 0,
"prsOpened": 0,
"prsMerged": 0,
"issuesCreated": 2,
"bountiedIssuesCount": 2,
"bountiedIssuesTotal": 32
"issuesCreated": 4,
"bountiedIssuesCount": 4,
"bountiedIssuesTotal": 57
},
"imrishabh18": {
"reviewsReceived": 0,
"ArnavK-09": {
"reviewsReceived": 2,
"rejectionsReceived": 0,
"approvalsReceived": 0,
"approvalsReceived": 2,
"approvalsGiven": 0,
"rejectionsGiven": 0,
"prsOpened": 1,
"prsOpened": 2,
"prsMerged": 1,
"issuesCreated": 1,
"issuesCreated": 0,
"bountiedIssuesCount": 0,
"bountiedIssuesTotal": 0,
"score": 2,
"score": 1,
"major": 0,
"minor": 1,
"tiny": 0,
"stars": ""
},
"ShiboSoftwareDev": {
"reviewsReceived": 0,
"rejectionsReceived": 0,
"approvalsReceived": 0,
"approvalsGiven": 0,
"rejectionsGiven": 0,
"prsOpened": 1,
"prsMerged": 1,
"issuesCreated": 1,
"bountiedIssuesCount": 0,
"bountiedIssuesTotal": 0,
"score": 4,
"major": 1,
"minor": 0,
"tiny": 0,
"stars": "⭐"
"tiny": 1,
"stars": ""
}
}
48 changes: 36 additions & 12 deletions contribution-overviews/2025-01-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@

```mermaid
pie
"tscircuit/3d-viewer" : 1
"tscircuit/autorouting.com" : 1
"tscircuit/tscircuit.com" : 1
"tscircuit/tscircuit.com" : 2
"tscircuit/prompt-benchmarks" : 1
```

## Contributor Overview

| Contributor | 🐳 Major | πŸ™ Minor | 🐌 Tiny | ⭐ | Issues Created |
|-------------|---------|---------|---------|-----|----------------|
| [ShiboSoftwareDev](#ShiboSoftwareDev) | 1 | 0 | 0 | ⭐ | 6 |
| [Abse2001](#Abse2001) | 1 | 0 | 0 | ⭐ | 0 |
| [ShiboSoftwareDev](#ShiboSoftwareDev) | 1 | 0 | 0 | ⭐ | 1 |
| [Anshgrover23](#Anshgrover23) | 0 | 1 | 0 | | 1 |
| [imrishabh18](#imrishabh18) | 0 | 1 | 0 | | 1 |
| [ArnavK-09](#ArnavK-09) | 0 | 0 | 1 | | 0 |

## Review Table

Expand All @@ -30,50 +33,71 @@ pie
| Contributor | Reviews Received | Approvals Received | Rejections Received | Approvals | Rejections | PRs Opened | PRs Merged | Issues Created | Bountied Issues | Bountied Issue $ |
|---|---|---|---|---|---|---|---|---|---|---|
| [Rishikesh63](#Rishikesh63) | 3 | 0 | 3 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
| [Anshgrover23](#Anshgrover23) | 0 | 0 | 0 | 1 | 4 | 0 | 0 | 1 | 0 | 0 |
| [Anshgrover23](#Anshgrover23) | 3 | 1 | 2 | 1 | 4 | 2 | 1 | 1 | 0 | 0 |
| [imrishabh18](#imrishabh18) | 0 | 0 | 0 | 2 | 1 | 2 | 1 | 1 | 0 | 0 |
| [DrSensor](#DrSensor) | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 3 | 0 | 0 |
| [MustafaMulla29](#MustafaMulla29) | 2 | 1 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 |
| [ShiboSoftwareDev](#ShiboSoftwareDev) | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 6 | 2 | 12 |
| [Abse2001](#Abse2001) | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 |
| [seveibar](#seveibar) | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 2 | 2 | 32 |
| [imrishabh18](#imrishabh18) | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 |
| [ShiboSoftwareDev](#ShiboSoftwareDev) | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 |
| [seveibar](#seveibar) | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 4 | 4 | 57 |
| [ArnavK-09](#ArnavK-09) | 2 | 2 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 |

## Changes by Repository

### [tscircuit/3d-viewer](https://github.com/tscircuit/3d-viewer)

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#141](https://github.com/tscircuit/3d-viewer/pull/141) | πŸ™ Minor | Anshgrover23 | Add a new prop `autoRotateDisabled` to control the auto-rotation of the CAD viewer. |

### [tscircuit/autorouting.com](https://github.com/tscircuit/autorouting.com)

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#30](https://github.com/tscircuit/autorouting.com/pull/30) | 🐳 Major | Abse2001 | Adds a new feature to process circuit files locally using the Freerouting autorouter instead of using the server. |
| [#30](https://github.com/tscircuit/autorouting.com/pull/30) | 🐳 Major | Abse2001 | The pull request introduces a new feature that allows for local processing of circuit files using the freerouting autorouter, bypassing the need for a remote server. |

### [tscircuit/tscircuit.com](https://github.com/tscircuit/tscircuit.com)

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#622](https://github.com/tscircuit/tscircuit.com/pull/622) | πŸ™ Minor | imrishabh18 | Fix the issue of not encoding the search parameters in the import snippet dialog. |
| [#622](https://github.com/tscircuit/tscircuit.com/pull/622) | πŸ™ Minor | imrishabh18 | Encode the search parameters to fix search functionality. |
| [#624](https://github.com/tscircuit/tscircuit.com/pull/624) | 🐌 Tiny | ArnavK-09 | Updates the external actions used in the bundle-size-analysis workflow. |

### [tscircuit/prompt-benchmarks](https://github.com/tscircuit/prompt-benchmarks)

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#21](https://github.com/tscircuit/prompt-benchmarks/pull/21) | 🐳 Major | ShiboSoftwareDev | Adds a new set of circuit problems and increases the timeout for the benchmark |
| [#21](https://github.com/tscircuit/prompt-benchmarks/pull/21) | 🐳 Major | ShiboSoftwareDev | Adds a new set of circuit design problems and increases the timeout for the benchmark evaluation. |

## Changes by Contributor

### [Anshgrover23](https://github.com/Anshgrover23)

| PR # | Impact | Description |
|------|--------|-------------|
| [#141](https://github.com/tscircuit/3d-viewer/pull/141) | πŸ™ Minor | Add a new prop `autoRotateDisabled` to control the auto-rotation of the CAD viewer. |

### [Abse2001](https://github.com/Abse2001)

| PR # | Impact | Description |
|------|--------|-------------|
| [#30](https://github.com/tscircuit/autorouting.com/pull/30) | 🐳 Major | Adds a new feature to process circuit files locally using the Freerouting autorouter instead of using the server. |
| [#30](https://github.com/tscircuit/autorouting.com/pull/30) | 🐳 Major | The pull request introduces a new feature that allows for local processing of circuit files using the freerouting autorouter, bypassing the need for a remote server. |

### [ArnavK-09](https://github.com/ArnavK-09)

| PR # | Impact | Description |
|------|--------|-------------|
| [#624](https://github.com/tscircuit/tscircuit.com/pull/624) | 🐌 Tiny | Updates the external actions used in the bundle-size-analysis workflow. |

### [imrishabh18](https://github.com/imrishabh18)

| PR # | Impact | Description |
|------|--------|-------------|
| [#622](https://github.com/tscircuit/tscircuit.com/pull/622) | πŸ™ Minor | Fix the issue of not encoding the search parameters in the import snippet dialog. |
| [#622](https://github.com/tscircuit/tscircuit.com/pull/622) | πŸ™ Minor | Encode the search parameters to fix search functionality. |

### [ShiboSoftwareDev](https://github.com/ShiboSoftwareDev)

| PR # | Impact | Description |
|------|--------|-------------|
| [#21](https://github.com/tscircuit/prompt-benchmarks/pull/21) | 🐳 Major | Adds a new set of circuit problems and increases the timeout for the benchmark |
| [#21](https://github.com/tscircuit/prompt-benchmarks/pull/21) | 🐳 Major | Adds a new set of circuit design problems and increases the timeout for the benchmark evaluation. |

0 comments on commit 5c730f5

Please sign in to comment.