Skip to content

Commit 31a3b3b

Browse files
committed
Update contribution overviews
1 parent 63aee77 commit 31a3b3b

File tree

2 files changed

+110
-70
lines changed

2 files changed

+110
-70
lines changed

β€ŽREADME.md

+55-35
Original file line numberDiff line numberDiff line change
@@ -24,87 +24,107 @@ The current week is shown below. There are 3 major sections:
2424
```mermaid
2525
pie
2626
"tscircuit/builder" : 2
27-
"tscircuit/cli" : 1
27+
"tscircuit/autorouting-dataset" : 3
28+
"tscircuit/cli" : 2
2829
"tscircuit/3d-viewer" : 2
29-
"tscircuit/jscad-fiber" : 10
30+
"tscircuit/jscad-fiber" : 13
3031
```
3132

3233
## Contributor Overview
3334

3435
| Contributor | 🐳 Major | πŸ™ Minor | 🐌 Tiny |
3536
|-------------|-------|-------|-------|
36-
| seveibar | 0 | 1 | 0 |
37-
| imrishabh18 | 3 | 1 | 0 |
38-
| Slaviiiii | 3 | 7 | 0 |
37+
| seveibar | 2 | 0 | 1 |
38+
| imrishabh18 | 5 | 0 | 0 |
39+
| Slaviiiii | 1 | 12 | 0 |
3940

4041
## Changes by Repository
4142

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

4445
| PR # | Impact | Contributor | Description |
4546
|------|--------|-------------|-------------|
46-
| [#95](https://github.com/tscircuit/builder/pull/95) | 🐳 Major | imrishabh18 | Fix the issue of not centering the component when only one position prop is provided. |
47-
| [#96](https://github.com/tscircuit/builder/pull/96) | πŸ™ Minor | seveibar | Add code owners for the repository |
47+
| [#95](https://github.com/tscircuit/builder/pull/95) | 🐳 Major | imrishabh18 | Fix the issue where the component's schematic center is not properly set when only one of the x or y coordinates is provided. |
48+
| [#96](https://github.com/tscircuit/builder/pull/96) | 🐌 Tiny | seveibar | Add code owners for the repository |
49+
50+
### [tscircuit/autorouting-dataset](https://github.com/tscircuit/autorouting-dataset)
51+
52+
| PR # | Impact | Contributor | Description |
53+
|------|--------|-------------|-------------|
54+
| [#20](https://github.com/tscircuit/autorouting-dataset/pull/20) | 🟣 | seveibar | |
55+
| [#19](https://github.com/tscircuit/autorouting-dataset/pull/19) | 🐳 Major | seveibar | Add mesh support for gridless POI and bootstrap incremental gridless POI |
56+
| [#15](https://github.com/tscircuit/autorouting-dataset/pull/15) | 🐳 Major | seveibar | Introduce a point-of-interest-based algorithm for gridless autorouting on a PCB. |
4857

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

5160
| PR # | Impact | Contributor | Description |
5261
|------|--------|-------------|-------------|
53-
| [#117](https://github.com/tscircuit/cli/pull/117) | 🐳 Major | imrishabh18 | Add a debug button to the menu |
62+
| [#119](https://github.com/tscircuit/cli/pull/119) | 🐳 Major | imrishabh18 | Introduce a new `render` command to render circuit as image (PCB or schematic view) |
63+
| [#117](https://github.com/tscircuit/cli/pull/117) | 🐳 Major | imrishabh18 | Introduce a "Debug" button in the menu to add the current example package's TSCIRCUIT soup data to the debug.tscircuit.com website. |
5464

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

5767
| PR # | Impact | Contributor | Description |
5868
|------|--------|-------------|-------------|
59-
| [#11](https://github.com/tscircuit/3d-viewer/pull/11) | 🐳 Major | imrishabh18 | Added better error handling for bad URLs in the useGlobalObjLoader hook. |
60-
| [#12](https://github.com/tscircuit/3d-viewer/pull/12) | πŸ™ Minor | imrishabh18 | Fix the overlap issue of the top left cube in the 3D scene. |
69+
| [#12](https://github.com/tscircuit/3d-viewer/pull/12) | 🐳 Major | imrishabh18 | Fix the overlap issue with the top left cube in the application. |
70+
| [#11](https://github.com/tscircuit/3d-viewer/pull/11) | 🐳 Major | imrishabh18 | Added better error handling for bad URLs in the `useGlobalObjLoader` hook. |
6171

6272
### [tscircuit/jscad-fiber](https://github.com/tscircuit/jscad-fiber)
6373

6474
| PR # | Impact | Contributor | Description |
6575
|------|--------|-------------|-------------|
66-
| [#61](https://github.com/tscircuit/jscad-fiber/pull/61) | 🐳 Major | Slaviiiii | Wrap the `RoundedCuboid` component with a color wrapper to allow setting the color of the cuboid. |
67-
| [#60](https://github.com/tscircuit/jscad-fiber/pull/60) | 🐳 Major | Slaviiiii | Wrap the `Cube` component with `withColorProp` and `withOffsetProp` higher-order components to add support for `color` and `center` props. |
68-
| [#58](https://github.com/tscircuit/jscad-fiber/pull/58) | 🐳 Major | Slaviiiii | Wrap `ExtrudeRectangular` component with `withColorProp` and `withOffsetProp` HOCs to add color and offset functionality. |
69-
| [#64](https://github.com/tscircuit/jscad-fiber/pull/64) | πŸ™ Minor | Slaviiiii | Wrap `CylinderElliptic` component with `withColorProp` and `withOffsetProp` wrappers |
70-
| [#65](https://github.com/tscircuit/jscad-fiber/pull/65) | πŸ™ Minor | Slaviiiii | Wrap the `Ellipsoid` component with `withColorProp` and `withOffsetProp` to add color and center properties. |
71-
| [#63](https://github.com/tscircuit/jscad-fiber/pull/63) | πŸ™ Minor | Slaviiiii | Adds color and center properties to the RoundedCylinder component, wrapping it with higher-order components. |
72-
| [#62](https://github.com/tscircuit/jscad-fiber/pull/62) | πŸ™ Minor | Slaviiiii | Add color and center offset options to the Cylinder component. |
73-
| [#59](https://github.com/tscircuit/jscad-fiber/pull/59) | πŸ™ Minor | Slaviiiii | Wrap ExtrudeRotate component with `withColorProp` and `withOffsetProp` wrappers |
74-
| [#56](https://github.com/tscircuit/jscad-fiber/pull/56) | πŸ™ Minor | Slaviiiii | Wrap the ExtrudeHelical component with withColorProp and withOffsetProp wrapper functions to add color and offset properties. |
75-
| [#57](https://github.com/tscircuit/jscad-fiber/pull/57) | πŸ™ Minor | Slaviiiii | Wrap the `ExtrudeLinear` component with higher-order components to add support for color and offset properties. |
76+
| [#60](https://github.com/tscircuit/jscad-fiber/pull/60) | 🐳 Major | Slaviiiii | Add color and center properties to the Cube component |
77+
| [#68](https://github.com/tscircuit/jscad-fiber/pull/68) | πŸ™ Minor | Slaviiiii | Wrap the `Rotate` component with `withColorProp` and `withOffsetProp` higher-order components to add color and center props. |
78+
| [#67](https://github.com/tscircuit/jscad-fiber/pull/67) | πŸ™ Minor | Slaviiiii | Adds color and center props to the `Torus` component. |
79+
| [#66](https://github.com/tscircuit/jscad-fiber/pull/66) | πŸ™ Minor | Slaviiiii | Wrap the `GeodesicSphere` component with `withColorProp` and `withOffsetProp` higher-order components to add color and offset functionality. |
80+
| [#64](https://github.com/tscircuit/jscad-fiber/pull/64) | πŸ™ Minor | Slaviiiii | Wrap `CylinderElliptic` component with `withColorProp` and `withOffsetProp` HOCs |
81+
| [#65](https://github.com/tscircuit/jscad-fiber/pull/65) | πŸ™ Minor | Slaviiiii | Wrap the `Ellipsoid` component with `withColorProp` and `withOffsetProp` wrappers to add color and offset functionality. |
82+
| [#63](https://github.com/tscircuit/jscad-fiber/pull/63) | πŸ™ Minor | Slaviiiii | Wrap the `RoundedCylinder` component with the `withColorProp` and `withOffsetProp` higher-order components to add color and position functionality. |
83+
| [#62](https://github.com/tscircuit/jscad-fiber/pull/62) | πŸ™ Minor | Slaviiiii | Add color and center properties to the Cylinder component |
84+
| [#61](https://github.com/tscircuit/jscad-fiber/pull/61) | πŸ™ Minor | Slaviiiii | Add a color property to the `RoundedCuboid` component and wrap it with a `withColorProp` higher-order component. |
85+
| [#59](https://github.com/tscircuit/jscad-fiber/pull/59) | πŸ™ Minor | Slaviiiii | Wrap the `ExtrudeRotate` component with `withColorProp` and `withOffsetProp` higher-order components to add color and offset functionality. |
86+
| [#58](https://github.com/tscircuit/jscad-fiber/pull/58) | πŸ™ Minor | Slaviiiii | Wrap the `ExtrudeRectangular` component with the `withColorProp` and `withOffsetProp` higher-order components to add support for color and offset properties. |
87+
| [#56](https://github.com/tscircuit/jscad-fiber/pull/56) | πŸ™ Minor | Slaviiiii | Wrap ExtrudeHelical component with `withColorProp` and `withOffsetProp` wrappers |
88+
| [#57](https://github.com/tscircuit/jscad-fiber/pull/57) | πŸ™ Minor | Slaviiiii | Wrap the `ExtrudeLinear` component with `withColorProp` and `withOffsetProp` wrappers to add support for `color` and `center` props. |
7689

7790
## Changes by Contributor
7891

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

8194
| PR # | Impact | Description |
8295
|------|--------|-------------|
83-
| [#96](https://github.com/tscircuit/builder/pull/96) | πŸ™ Minor | Add code owners for the repository |
96+
| [#96](https://github.com/tscircuit/builder/pull/96) | 🐌 Tiny | Add code owners for the repository |
97+
| [#20](https://github.com/tscircuit/autorouting-dataset/pull/20) | 🟣 | |
98+
| [#19](https://github.com/tscircuit/autorouting-dataset/pull/19) | 🐳 Major | Add mesh support for gridless POI and bootstrap incremental gridless POI |
99+
| [#15](https://github.com/tscircuit/autorouting-dataset/pull/15) | 🐳 Major | Introduce a point-of-interest-based algorithm for gridless autorouting on a PCB. |
84100

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

87103
| PR # | Impact | Description |
88104
|------|--------|-------------|
89-
| [#95](https://github.com/tscircuit/builder/pull/95) | 🐳 Major | Fix the issue of not centering the component when only one position prop is provided. |
90-
| [#117](https://github.com/tscircuit/cli/pull/117) | 🐳 Major | Add a debug button to the menu |
91-
| [#11](https://github.com/tscircuit/3d-viewer/pull/11) | 🐳 Major | Added better error handling for bad URLs in the useGlobalObjLoader hook. |
92-
| [#12](https://github.com/tscircuit/3d-viewer/pull/12) | πŸ™ Minor | Fix the overlap issue of the top left cube in the 3D scene. |
105+
| [#95](https://github.com/tscircuit/builder/pull/95) | 🐳 Major | Fix the issue where the component's schematic center is not properly set when only one of the x or y coordinates is provided. |
106+
| [#119](https://github.com/tscircuit/cli/pull/119) | 🐳 Major | Introduce a new `render` command to render circuit as image (PCB or schematic view) |
107+
| [#117](https://github.com/tscircuit/cli/pull/117) | 🐳 Major | Introduce a "Debug" button in the menu to add the current example package's TSCIRCUIT soup data to the debug.tscircuit.com website. |
108+
| [#12](https://github.com/tscircuit/3d-viewer/pull/12) | 🐳 Major | Fix the overlap issue with the top left cube in the application. |
109+
| [#11](https://github.com/tscircuit/3d-viewer/pull/11) | 🐳 Major | Added better error handling for bad URLs in the `useGlobalObjLoader` hook. |
93110

94111
### [Slaviiiii](https://github.com/Slaviiiii)
95112

96113
| PR # | Impact | Description |
97114
|------|--------|-------------|
98-
| [#61](https://github.com/tscircuit/jscad-fiber/pull/61) | 🐳 Major | Wrap the `RoundedCuboid` component with a color wrapper to allow setting the color of the cuboid. |
99-
| [#60](https://github.com/tscircuit/jscad-fiber/pull/60) | 🐳 Major | Wrap the `Cube` component with `withColorProp` and `withOffsetProp` higher-order components to add support for `color` and `center` props. |
100-
| [#58](https://github.com/tscircuit/jscad-fiber/pull/58) | 🐳 Major | Wrap `ExtrudeRectangular` component with `withColorProp` and `withOffsetProp` HOCs to add color and offset functionality. |
101-
| [#64](https://github.com/tscircuit/jscad-fiber/pull/64) | πŸ™ Minor | Wrap `CylinderElliptic` component with `withColorProp` and `withOffsetProp` wrappers |
102-
| [#65](https://github.com/tscircuit/jscad-fiber/pull/65) | πŸ™ Minor | Wrap the `Ellipsoid` component with `withColorProp` and `withOffsetProp` to add color and center properties. |
103-
| [#63](https://github.com/tscircuit/jscad-fiber/pull/63) | πŸ™ Minor | Adds color and center properties to the RoundedCylinder component, wrapping it with higher-order components. |
104-
| [#62](https://github.com/tscircuit/jscad-fiber/pull/62) | πŸ™ Minor | Add color and center offset options to the Cylinder component. |
105-
| [#59](https://github.com/tscircuit/jscad-fiber/pull/59) | πŸ™ Minor | Wrap ExtrudeRotate component with `withColorProp` and `withOffsetProp` wrappers |
106-
| [#56](https://github.com/tscircuit/jscad-fiber/pull/56) | πŸ™ Minor | Wrap the ExtrudeHelical component with withColorProp and withOffsetProp wrapper functions to add color and offset properties. |
107-
| [#57](https://github.com/tscircuit/jscad-fiber/pull/57) | πŸ™ Minor | Wrap the `ExtrudeLinear` component with higher-order components to add support for color and offset properties. |
115+
| [#60](https://github.com/tscircuit/jscad-fiber/pull/60) | 🐳 Major | Add color and center properties to the Cube component |
116+
| [#68](https://github.com/tscircuit/jscad-fiber/pull/68) | πŸ™ Minor | Wrap the `Rotate` component with `withColorProp` and `withOffsetProp` higher-order components to add color and center props. |
117+
| [#67](https://github.com/tscircuit/jscad-fiber/pull/67) | πŸ™ Minor | Adds color and center props to the `Torus` component. |
118+
| [#66](https://github.com/tscircuit/jscad-fiber/pull/66) | πŸ™ Minor | Wrap the `GeodesicSphere` component with `withColorProp` and `withOffsetProp` higher-order components to add color and offset functionality. |
119+
| [#64](https://github.com/tscircuit/jscad-fiber/pull/64) | πŸ™ Minor | Wrap `CylinderElliptic` component with `withColorProp` and `withOffsetProp` HOCs |
120+
| [#65](https://github.com/tscircuit/jscad-fiber/pull/65) | πŸ™ Minor | Wrap the `Ellipsoid` component with `withColorProp` and `withOffsetProp` wrappers to add color and offset functionality. |
121+
| [#63](https://github.com/tscircuit/jscad-fiber/pull/63) | πŸ™ Minor | Wrap the `RoundedCylinder` component with the `withColorProp` and `withOffsetProp` higher-order components to add color and position functionality. |
122+
| [#62](https://github.com/tscircuit/jscad-fiber/pull/62) | πŸ™ Minor | Add color and center properties to the Cylinder component |
123+
| [#61](https://github.com/tscircuit/jscad-fiber/pull/61) | πŸ™ Minor | Add a color property to the `RoundedCuboid` component and wrap it with a `withColorProp` higher-order component. |
124+
| [#59](https://github.com/tscircuit/jscad-fiber/pull/59) | πŸ™ Minor | Wrap the `ExtrudeRotate` component with `withColorProp` and `withOffsetProp` higher-order components to add color and offset functionality. |
125+
| [#58](https://github.com/tscircuit/jscad-fiber/pull/58) | πŸ™ Minor | Wrap the `ExtrudeRectangular` component with the `withColorProp` and `withOffsetProp` higher-order components to add support for color and offset properties. |
126+
| [#56](https://github.com/tscircuit/jscad-fiber/pull/56) | πŸ™ Minor | Wrap ExtrudeHelical component with `withColorProp` and `withOffsetProp` wrappers |
127+
| [#57](https://github.com/tscircuit/jscad-fiber/pull/57) | πŸ™ Minor | Wrap the `ExtrudeLinear` component with `withColorProp` and `withOffsetProp` wrappers to add support for `color` and `center` props. |
108128

109129

110130

0 commit comments

Comments
Β (0)