Skip to content

Commit 63aee77

Browse files
committed
Update contribution overviews
1 parent 105c277 commit 63aee77

File tree

2 files changed

+82
-54
lines changed

2 files changed

+82
-54
lines changed

β€ŽREADME.md

+41-27
Original file line numberDiff line numberDiff line change
@@ -23,74 +23,88 @@ The current week is shown below. There are 3 major sections:
2323

2424
```mermaid
2525
pie
26-
"tscircuit/builder" : 1
26+
"tscircuit/builder" : 2
2727
"tscircuit/cli" : 1
28-
"tscircuit/3d-viewer" : 1
29-
"tscircuit/jscad-fiber" : 8
28+
"tscircuit/3d-viewer" : 2
29+
"tscircuit/jscad-fiber" : 10
3030
```
3131

3232
## Contributor Overview
3333

3434
| Contributor | 🐳 Major | πŸ™ Minor | 🐌 Tiny |
3535
|-------------|-------|-------|-------|
36-
| imrishabh18 | 3 | 0 | 0 |
37-
| Slaviiiii | 1 | 7 | 0 |
36+
| seveibar | 0 | 1 | 0 |
37+
| imrishabh18 | 3 | 1 | 0 |
38+
| Slaviiiii | 3 | 7 | 0 |
3839

3940
## Changes by Repository
4041

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

4344
| PR # | Impact | Contributor | Description |
4445
|------|--------|-------------|-------------|
45-
| [#95](https://github.com/tscircuit/builder/pull/95) | 🐳 Major | imrishabh18 | Fix the issue of not centering the component when only one prop (e.g., `center.x`) is provided. |
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 |
4648

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

4951
| PR # | Impact | Contributor | Description |
5052
|------|--------|-------------|-------------|
51-
| [#117](https://github.com/tscircuit/cli/pull/117) | 🐳 Major | imrishabh18 | Introduce a debug button in the menu |
53+
| [#117](https://github.com/tscircuit/cli/pull/117) | 🐳 Major | imrishabh18 | Add a debug button to the menu |
5254

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

5557
| PR # | Impact | Contributor | Description |
5658
|------|--------|-------------|-------------|
57-
| [#11](https://github.com/tscircuit/3d-viewer/pull/11) | 🐳 Major | imrishabh18 | Adds better error handling for bad URLs in the `useGlobalObjLoader` hook and displays a fallback box when the URL is invalid. |
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. |
5861

5962
### [tscircuit/jscad-fiber](https://github.com/tscircuit/jscad-fiber)
6063

6164
| PR # | Impact | Contributor | Description |
6265
|------|--------|-------------|-------------|
63-
| [#57](https://github.com/tscircuit/jscad-fiber/pull/57) | 🐳 Major | Slaviiiii | Wrap ExtrudeLinear component with color and offset props |
64-
| [#63](https://github.com/tscircuit/jscad-fiber/pull/63) | πŸ™ Minor | Slaviiiii | Add color and center properties to the RoundedCylinder component |
65-
| [#62](https://github.com/tscircuit/jscad-fiber/pull/62) | πŸ™ Minor | Slaviiiii | Add color and center position properties to the Cylinder component. |
66-
| [#61](https://github.com/tscircuit/jscad-fiber/pull/61) | πŸ™ Minor | 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) | πŸ™ Minor | Slaviiiii | Adds color and center properties to the Cube component and updates the cube.fixture.tsx file accordingly. |
68-
| [#59](https://github.com/tscircuit/jscad-fiber/pull/59) | πŸ™ Minor | Slaviiiii | Wrapped the `ExtrudeRotate` component with `withColorProp` and `withOffsetProp` higher-order components to add color and offset properties. |
69-
| [#58](https://github.com/tscircuit/jscad-fiber/pull/58) | πŸ™ Minor | Slaviiiii | Wrap the ExtrudeRectangular component with withColorProp and withOffsetProp higher-order components to add color and offset props. |
70-
| [#56](https://github.com/tscircuit/jscad-fiber/pull/56) | πŸ™ Minor | Slaviiiii | Wrap ExtrudeHelical component with `withColorProp` and `withOffsetProp` higher-order components. |
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. |
7176

7277
## Changes by Contributor
7378

79+
### [seveibar](https://github.com/seveibar)
80+
81+
| PR # | Impact | Description |
82+
|------|--------|-------------|
83+
| [#96](https://github.com/tscircuit/builder/pull/96) | πŸ™ Minor | Add code owners for the repository |
84+
7485
### [imrishabh18](https://github.com/imrishabh18)
7586

7687
| PR # | Impact | Description |
7788
|------|--------|-------------|
78-
| [#95](https://github.com/tscircuit/builder/pull/95) | 🐳 Major | Fix the issue of not centering the component when only one prop (e.g., `center.x`) is provided. |
79-
| [#117](https://github.com/tscircuit/cli/pull/117) | 🐳 Major | Introduce a debug button in the menu |
80-
| [#11](https://github.com/tscircuit/3d-viewer/pull/11) | 🐳 Major | Adds better error handling for bad URLs in the `useGlobalObjLoader` hook and displays a fallback box when the URL is invalid. |
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. |
8193

8294
### [Slaviiiii](https://github.com/Slaviiiii)
8395

8496
| PR # | Impact | Description |
8597
|------|--------|-------------|
86-
| [#57](https://github.com/tscircuit/jscad-fiber/pull/57) | 🐳 Major | Wrap ExtrudeLinear component with color and offset props |
87-
| [#63](https://github.com/tscircuit/jscad-fiber/pull/63) | πŸ™ Minor | Add color and center properties to the RoundedCylinder component |
88-
| [#62](https://github.com/tscircuit/jscad-fiber/pull/62) | πŸ™ Minor | Add color and center position properties to the Cylinder component. |
89-
| [#61](https://github.com/tscircuit/jscad-fiber/pull/61) | πŸ™ Minor | Wrap the `RoundedCuboid` component with a color wrapper to allow setting the color of the cuboid. |
90-
| [#60](https://github.com/tscircuit/jscad-fiber/pull/60) | πŸ™ Minor | Adds color and center properties to the Cube component and updates the cube.fixture.tsx file accordingly. |
91-
| [#59](https://github.com/tscircuit/jscad-fiber/pull/59) | πŸ™ Minor | Wrapped the `ExtrudeRotate` component with `withColorProp` and `withOffsetProp` higher-order components to add color and offset properties. |
92-
| [#58](https://github.com/tscircuit/jscad-fiber/pull/58) | πŸ™ Minor | Wrap the ExtrudeRectangular component with withColorProp and withOffsetProp higher-order components to add color and offset props. |
93-
| [#56](https://github.com/tscircuit/jscad-fiber/pull/56) | πŸ™ Minor | Wrap ExtrudeHelical component with `withColorProp` and `withOffsetProp` higher-order components. |
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. |
94108

95109

96110

0 commit comments

Comments
Β (0)