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 Aug 19, 2024
1 parent 919dd08 commit 5c2e8b3
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 40 deletions.
90 changes: 70 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,58 +23,108 @@ The current week is shown below. There are 3 major sections:

```mermaid
pie
"tscircuit/tscircuit" : 2
"tscircuit/builder" : 1
"tscircuit/footprints" : 1
"tscircuit/soup" : 3
"tscircuit/soup-util" : 2
"tscircuit/props" : 2
"tscircuit/jscad-electronics" : 1
"tscircuit/schematic-symbols" : 4
"tscircuit/soup" : 3
```

## Contributor Overview

| Contributor | 🐳 Major | πŸ™ Minor | 🐌 Tiny |
|-------------|-------|-------|-------|
| seveibar | 4 | 5 | 0 |
| imrishabh18 | 0 | 2 | 1 |
| seveibar | 8 | 5 | 0 |

## Changes by Repository

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#7](https://github.com/tscircuit/soup-util/pull/7) | 🐳 Major | seveibar | Add a new `delete` method to the `su` object, which allows deleting an element from the soup based on its ID. |
| [#6](https://github.com/tscircuit/soup-util/pull/6) | 🐳 Major | seveibar | Adds support for the `insert` method and the `toArray` method to the `SoupUtilObjects` type. |
| [#351](https://github.com/tscircuit/tscircuit/pull/351) | πŸ™ Minor | imrishabh18 | Automatically update the package version daily. |
| [#349](https://github.com/tscircuit/tscircuit/pull/349) | πŸ™ Minor | imrishabh18 | Update the "@tscircuit/builder" dependency from version 1.5.141 to 1.11.1 |

### [tscircuit/schematic-symbols](https://github.com/tscircuit/schematic-symbols)
### [tscircuit/builder](https://github.com/tscircuit/builder)

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#103](https://github.com/tscircuit/builder/pull/103) | 🐌 Tiny | imrishabh18 | Added "circuit-to-png" as a devDependency. |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#7](https://github.com/tscircuit/schematic-symbols/pull/7) | 🐳 Major | seveibar | Add formatcheck and typecheck GitHub Actions workflows and a formatbot to automatically format code on pull requests. |
| [#4](https://github.com/tscircuit/schematic-symbols/pull/4) | 🐳 Major | seveibar | Initial release with Vercel build script, type error fixes, and v0.0.1 release. |
| [#6](https://github.com/tscircuit/schematic-symbols/pull/6) | πŸ™ Minor | seveibar | Add computed fields to the exported symbols to make it easier to use them. |
| [#5](https://github.com/tscircuit/schematic-symbols/pull/5) | πŸ™ Minor | seveibar | Add type exports to the library's public API. |
| [#3](https://github.com/tscircuit/footprints/pull/3) | 🐳 Major | seveibar | Huge repository cleanup, switch to Bun, fix types, add workflows, and fix published types error. |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#23](https://github.com/tscircuit/soup/pull/23) | πŸ™ Minor | seveibar | Add route thickness mode and should_round_corners property to PCB trace schema |
| [#24](https://github.com/tscircuit/soup/pull/24) | πŸ™ Minor | seveibar | Add an optional `symbol_name` field to schematic components. |
| [#23](https://github.com/tscircuit/soup/pull/23) | 🐳 Major | seveibar | Add route thickness mode and should_round_corners property to the PCB trace |
| [#24](https://github.com/tscircuit/soup/pull/24) | πŸ™ Minor | seveibar | Add an optional `symbol_name` field to the `schematic_component` schema. |
| [#22](https://github.com/tscircuit/soup/pull/22) | πŸ™ Minor | seveibar | Add a new `pcb_board_id` field to the `pcb_board` object schema. |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#7](https://github.com/tscircuit/soup-util/pull/7) | 🐳 Major | seveibar | Add a new `delete` method to the `su` library to remove elements from the soup. |
| [#6](https://github.com/tscircuit/soup-util/pull/6) | 🐳 Major | seveibar | Add support for `insert` and `toArray` methods to the `su` object. |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#20](https://github.com/tscircuit/props/pull/20) | 🐳 Major | seveibar | Improve published types and add support for port references that use a function |
| [#21](https://github.com/tscircuit/props/pull/21) | πŸ™ Minor | seveibar | Avoid parsing `portRef` reference to prevent losing the reference. |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#13](https://github.com/tscircuit/jscad-electronics/pull/13) | 🐳 Major | seveibar | Implement TSSOP (Thin Shrink Small Outline Package) component |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#7](https://github.com/tscircuit/schematic-symbols/pull/7) | 🐳 Major | seveibar | Introduce format checks, type checks, and a format bot for the project. |
| [#4](https://github.com/tscircuit/schematic-symbols/pull/4) | 🐳 Major | seveibar | Initial release of the project with various setup files and configurations. |
| [#6](https://github.com/tscircuit/schematic-symbols/pull/6) | πŸ™ Minor | seveibar | Add computed fields to make it easier to use symbols |
| [#5](https://github.com/tscircuit/schematic-symbols/pull/5) | πŸ™ Minor | seveibar | Adds type exports for drawing primitives |

## Changes by Contributor

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

| PR # | Impact | Description |
|------|--------|-------------|
| [#351](https://github.com/tscircuit/tscircuit/pull/351) | πŸ™ Minor | Automatically update the package version daily. |
| [#349](https://github.com/tscircuit/tscircuit/pull/349) | πŸ™ Minor | Update the "@tscircuit/builder" dependency from version 1.5.141 to 1.11.1 |
| [#103](https://github.com/tscircuit/builder/pull/103) | 🐌 Tiny | Added "circuit-to-png" as a devDependency. |

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

| PR # | Impact | Description |
|------|--------|-------------|
| [#7](https://github.com/tscircuit/soup-util/pull/7) | 🐳 Major | Add a new `delete` method to the `su` object, which allows deleting an element from the soup based on its ID. |
| [#6](https://github.com/tscircuit/soup-util/pull/6) | 🐳 Major | Adds support for the `insert` method and the `toArray` method to the `SoupUtilObjects` type. |
| [#7](https://github.com/tscircuit/schematic-symbols/pull/7) | 🐳 Major | Add formatcheck and typecheck GitHub Actions workflows and a formatbot to automatically format code on pull requests. |
| [#4](https://github.com/tscircuit/schematic-symbols/pull/4) | 🐳 Major | Initial release with Vercel build script, type error fixes, and v0.0.1 release. |
| [#23](https://github.com/tscircuit/soup/pull/23) | πŸ™ Minor | Add route thickness mode and should_round_corners property to PCB trace schema |
| [#24](https://github.com/tscircuit/soup/pull/24) | πŸ™ Minor | Add an optional `symbol_name` field to schematic components. |
| [#3](https://github.com/tscircuit/footprints/pull/3) | 🐳 Major | Huge repository cleanup, switch to Bun, fix types, add workflows, and fix published types error. |
| [#23](https://github.com/tscircuit/soup/pull/23) | 🐳 Major | Add route thickness mode and should_round_corners property to the PCB trace |
| [#7](https://github.com/tscircuit/soup-util/pull/7) | 🐳 Major | Add a new `delete` method to the `su` library to remove elements from the soup. |
| [#6](https://github.com/tscircuit/soup-util/pull/6) | 🐳 Major | Add support for `insert` and `toArray` methods to the `su` object. |
| [#20](https://github.com/tscircuit/props/pull/20) | 🐳 Major | Improve published types and add support for port references that use a function |
| [#13](https://github.com/tscircuit/jscad-electronics/pull/13) | 🐳 Major | Implement TSSOP (Thin Shrink Small Outline Package) component |
| [#7](https://github.com/tscircuit/schematic-symbols/pull/7) | 🐳 Major | Introduce format checks, type checks, and a format bot for the project. |
| [#4](https://github.com/tscircuit/schematic-symbols/pull/4) | 🐳 Major | Initial release of the project with various setup files and configurations. |
| [#24](https://github.com/tscircuit/soup/pull/24) | πŸ™ Minor | Add an optional `symbol_name` field to the `schematic_component` schema. |
| [#22](https://github.com/tscircuit/soup/pull/22) | πŸ™ Minor | Add a new `pcb_board_id` field to the `pcb_board` object schema. |
| [#6](https://github.com/tscircuit/schematic-symbols/pull/6) | πŸ™ Minor | Add computed fields to the exported symbols to make it easier to use them. |
| [#5](https://github.com/tscircuit/schematic-symbols/pull/5) | πŸ™ Minor | Add type exports to the library's public API. |
| [#21](https://github.com/tscircuit/props/pull/21) | πŸ™ Minor | Avoid parsing `portRef` reference to prevent losing the reference. |
| [#6](https://github.com/tscircuit/schematic-symbols/pull/6) | πŸ™ Minor | Add computed fields to make it easier to use symbols |
| [#5](https://github.com/tscircuit/schematic-symbols/pull/5) | πŸ™ Minor | Adds type exports for drawing primitives |



Expand Down
90 changes: 70 additions & 20 deletions contribution-overviews/2024-08-17.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,106 @@

```mermaid
pie
"tscircuit/tscircuit" : 2
"tscircuit/builder" : 1
"tscircuit/footprints" : 1
"tscircuit/soup" : 3
"tscircuit/soup-util" : 2
"tscircuit/props" : 2
"tscircuit/jscad-electronics" : 1
"tscircuit/schematic-symbols" : 4
"tscircuit/soup" : 3
```

## Contributor Overview

| Contributor | 🐳 Major | πŸ™ Minor | 🐌 Tiny |
|-------------|-------|-------|-------|
| seveibar | 4 | 5 | 0 |
| imrishabh18 | 0 | 2 | 1 |
| seveibar | 8 | 5 | 0 |

## Changes by Repository

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#7](https://github.com/tscircuit/soup-util/pull/7) | 🐳 Major | seveibar | Add a new `delete` method to the `su` object, which allows deleting an element from the soup based on its ID. |
| [#6](https://github.com/tscircuit/soup-util/pull/6) | 🐳 Major | seveibar | Adds support for the `insert` method and the `toArray` method to the `SoupUtilObjects` type. |
| [#351](https://github.com/tscircuit/tscircuit/pull/351) | πŸ™ Minor | imrishabh18 | Automatically update the package version daily. |
| [#349](https://github.com/tscircuit/tscircuit/pull/349) | πŸ™ Minor | imrishabh18 | Update the "@tscircuit/builder" dependency from version 1.5.141 to 1.11.1 |

### [tscircuit/schematic-symbols](https://github.com/tscircuit/schematic-symbols)
### [tscircuit/builder](https://github.com/tscircuit/builder)

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#103](https://github.com/tscircuit/builder/pull/103) | 🐌 Tiny | imrishabh18 | Added "circuit-to-png" as a devDependency. |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#7](https://github.com/tscircuit/schematic-symbols/pull/7) | 🐳 Major | seveibar | Add formatcheck and typecheck GitHub Actions workflows and a formatbot to automatically format code on pull requests. |
| [#4](https://github.com/tscircuit/schematic-symbols/pull/4) | 🐳 Major | seveibar | Initial release with Vercel build script, type error fixes, and v0.0.1 release. |
| [#6](https://github.com/tscircuit/schematic-symbols/pull/6) | πŸ™ Minor | seveibar | Add computed fields to the exported symbols to make it easier to use them. |
| [#5](https://github.com/tscircuit/schematic-symbols/pull/5) | πŸ™ Minor | seveibar | Add type exports to the library's public API. |
| [#3](https://github.com/tscircuit/footprints/pull/3) | 🐳 Major | seveibar | Huge repository cleanup, switch to Bun, fix types, add workflows, and fix published types error. |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#23](https://github.com/tscircuit/soup/pull/23) | πŸ™ Minor | seveibar | Add route thickness mode and should_round_corners property to PCB trace schema |
| [#24](https://github.com/tscircuit/soup/pull/24) | πŸ™ Minor | seveibar | Add an optional `symbol_name` field to schematic components. |
| [#23](https://github.com/tscircuit/soup/pull/23) | 🐳 Major | seveibar | Add route thickness mode and should_round_corners property to the PCB trace |
| [#24](https://github.com/tscircuit/soup/pull/24) | πŸ™ Minor | seveibar | Add an optional `symbol_name` field to the `schematic_component` schema. |
| [#22](https://github.com/tscircuit/soup/pull/22) | πŸ™ Minor | seveibar | Add a new `pcb_board_id` field to the `pcb_board` object schema. |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#7](https://github.com/tscircuit/soup-util/pull/7) | 🐳 Major | seveibar | Add a new `delete` method to the `su` library to remove elements from the soup. |
| [#6](https://github.com/tscircuit/soup-util/pull/6) | 🐳 Major | seveibar | Add support for `insert` and `toArray` methods to the `su` object. |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#20](https://github.com/tscircuit/props/pull/20) | 🐳 Major | seveibar | Improve published types and add support for port references that use a function |
| [#21](https://github.com/tscircuit/props/pull/21) | πŸ™ Minor | seveibar | Avoid parsing `portRef` reference to prevent losing the reference. |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#13](https://github.com/tscircuit/jscad-electronics/pull/13) | 🐳 Major | seveibar | Implement TSSOP (Thin Shrink Small Outline Package) component |

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

| PR # | Impact | Contributor | Description |
|------|--------|-------------|-------------|
| [#7](https://github.com/tscircuit/schematic-symbols/pull/7) | 🐳 Major | seveibar | Introduce format checks, type checks, and a format bot for the project. |
| [#4](https://github.com/tscircuit/schematic-symbols/pull/4) | 🐳 Major | seveibar | Initial release of the project with various setup files and configurations. |
| [#6](https://github.com/tscircuit/schematic-symbols/pull/6) | πŸ™ Minor | seveibar | Add computed fields to make it easier to use symbols |
| [#5](https://github.com/tscircuit/schematic-symbols/pull/5) | πŸ™ Minor | seveibar | Adds type exports for drawing primitives |

## Changes by Contributor

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

| PR # | Impact | Description |
|------|--------|-------------|
| [#351](https://github.com/tscircuit/tscircuit/pull/351) | πŸ™ Minor | Automatically update the package version daily. |
| [#349](https://github.com/tscircuit/tscircuit/pull/349) | πŸ™ Minor | Update the "@tscircuit/builder" dependency from version 1.5.141 to 1.11.1 |
| [#103](https://github.com/tscircuit/builder/pull/103) | 🐌 Tiny | Added "circuit-to-png" as a devDependency. |

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

| PR # | Impact | Description |
|------|--------|-------------|
| [#7](https://github.com/tscircuit/soup-util/pull/7) | 🐳 Major | Add a new `delete` method to the `su` object, which allows deleting an element from the soup based on its ID. |
| [#6](https://github.com/tscircuit/soup-util/pull/6) | 🐳 Major | Adds support for the `insert` method and the `toArray` method to the `SoupUtilObjects` type. |
| [#7](https://github.com/tscircuit/schematic-symbols/pull/7) | 🐳 Major | Add formatcheck and typecheck GitHub Actions workflows and a formatbot to automatically format code on pull requests. |
| [#4](https://github.com/tscircuit/schematic-symbols/pull/4) | 🐳 Major | Initial release with Vercel build script, type error fixes, and v0.0.1 release. |
| [#23](https://github.com/tscircuit/soup/pull/23) | πŸ™ Minor | Add route thickness mode and should_round_corners property to PCB trace schema |
| [#24](https://github.com/tscircuit/soup/pull/24) | πŸ™ Minor | Add an optional `symbol_name` field to schematic components. |
| [#3](https://github.com/tscircuit/footprints/pull/3) | 🐳 Major | Huge repository cleanup, switch to Bun, fix types, add workflows, and fix published types error. |
| [#23](https://github.com/tscircuit/soup/pull/23) | 🐳 Major | Add route thickness mode and should_round_corners property to the PCB trace |
| [#7](https://github.com/tscircuit/soup-util/pull/7) | 🐳 Major | Add a new `delete` method to the `su` library to remove elements from the soup. |
| [#6](https://github.com/tscircuit/soup-util/pull/6) | 🐳 Major | Add support for `insert` and `toArray` methods to the `su` object. |
| [#20](https://github.com/tscircuit/props/pull/20) | 🐳 Major | Improve published types and add support for port references that use a function |
| [#13](https://github.com/tscircuit/jscad-electronics/pull/13) | 🐳 Major | Implement TSSOP (Thin Shrink Small Outline Package) component |
| [#7](https://github.com/tscircuit/schematic-symbols/pull/7) | 🐳 Major | Introduce format checks, type checks, and a format bot for the project. |
| [#4](https://github.com/tscircuit/schematic-symbols/pull/4) | 🐳 Major | Initial release of the project with various setup files and configurations. |
| [#24](https://github.com/tscircuit/soup/pull/24) | πŸ™ Minor | Add an optional `symbol_name` field to the `schematic_component` schema. |
| [#22](https://github.com/tscircuit/soup/pull/22) | πŸ™ Minor | Add a new `pcb_board_id` field to the `pcb_board` object schema. |
| [#6](https://github.com/tscircuit/schematic-symbols/pull/6) | πŸ™ Minor | Add computed fields to the exported symbols to make it easier to use them. |
| [#5](https://github.com/tscircuit/schematic-symbols/pull/5) | πŸ™ Minor | Add type exports to the library's public API. |
| [#21](https://github.com/tscircuit/props/pull/21) | πŸ™ Minor | Avoid parsing `portRef` reference to prevent losing the reference. |
| [#6](https://github.com/tscircuit/schematic-symbols/pull/6) | πŸ™ Minor | Add computed fields to make it easier to use symbols |
| [#5](https://github.com/tscircuit/schematic-symbols/pull/5) | πŸ™ Minor | Adds type exports for drawing primitives |

0 comments on commit 5c2e8b3

Please sign in to comment.