Skip to content

Latest commit

Β 

History

History
257 lines (199 loc) Β· 17.5 KB

File metadata and controls

257 lines (199 loc) Β· 17.5 KB

Contribution Overview 2025-03-05

PRs by Repository

pie
    "tscircuit/runframe" : 1
    "tscircuit/pcb-viewer" : 1
    "tscircuit/dsn-converter" : 3
    "tscircuit/tscircuit.com" : 5
    "tscircuit/circuit-json" : 1
    "tscircuit/core" : 3
    "tscircuit/fake-freerouting" : 1
    "tscircuit/footprinter" : 5
    "tscircuit/circuit-to-svg" : 2
    "tscircuit/schematic-symbols" : 1
    "tscircuit/capacity-autorouter" : 6
    "tscircuit/jlcsearch" : 2
    "tscircuit/contribution-tracker" : 1
    "tscircuit/graphics-debug" : 1
    "tscircuit/eval" : 1
Loading

Contributor Overview

Contributor 🐳 Major πŸ™ Minor 🐌 Tiny ⭐ Issues Created
seveibar 6 1 0 ⭐⭐⭐ 26
imrishabh18 2 8 1 ⭐⭐ 9
techmannih 0 6 0 ⭐⭐ 5
ArnavK-09 1 1 1 ⭐ 0
Ayushjhawar8 1 1 0 ⭐ 1
Abse2001 1 1 0 ⭐ 0
Anshgrover23 0 1 0 3
MustafaMulla29 0 1 0 2
tscircuitbot 0 0 1 0

Review Table

Contributor Reviews Received Approvals Received Rejections Received Approvals Rejections PRs Opened PRs Merged Issues Created Bountied Issues Bountied Issue $
imrishabh18 9 4 0 4 1 15 11 9 4 25
seveibar 0 0 0 17 2 11 7 26 16 277
Abse2001 2 2 0 0 0 2 2 0 0 0
ShiboSoftwareDev 1 0 0 0 0 2 0 2 1 10
techmannih 9 7 2 2 3 10 6 5 1 5
MustafaMulla29 10 3 2 0 0 3 1 2 0 0
Rishikesh63 2 0 1 0 0 2 0 1 0 0
ArnavK-09 4 2 0 0 0 4 3 0 0 0
Ayushjhawar8 7 3 0 0 0 3 2 1 1 10
Husainj 1 0 1 0 0 1 0 0 0 0
Anshgrover23 1 1 0 0 1 1 1 3 1 5
kom-senapati 7 1 1 0 0 1 0 0 0 0
PatanSharuKhan 0 0 0 0 0 3 0 0 0 0
krushnarout 0 0 0 0 0 1 0 0 0 0
tscircuitbot 0 0 0 0 0 1 1 0 0 0

Changes by Repository

PR # Impact Contributor Description
#323 🐳 Major Abse2001 Adds a feature to emit onEditEvent with an example and debounces the events to only emit the last one after dragging ends.
PR # Impact Contributor Description
#191 πŸ™ Minor Abse2001 Changes the type of EditEvent from a union of EditPcbComponentLocationEvent and EditTraceHintEvent to just ManualEditEvent.
PR # Impact Contributor Description
#101 🐳 Major imrishabh18 Add trace thickness information from the circuit JSON to the DSN file.
#103 πŸ™ Minor imrishabh18 Changed the trace width used in freerouting from 100 to 150.
#102 πŸ™ Minor imrishabh18 Add support for thickness conversion from ses file to circuit-json
PR # Impact Contributor Description
#714 🐳 Major imrishabh18 Adds a new /update endpoint to the package fake API that allows updating existing packages, including privacy settings.
#723 πŸ™ Minor imrishabh18 Update dependencies for @tscircuit/core and @tscircuit/runframe packages
#718 πŸ™ Minor imrishabh18 Adds the support for users to have private snippets.
#722 πŸ™ Minor Anshgrover23 Fixes playwright tests for the editor page and footprint dialog
#724 🐌 Tiny imrishabh18 Update the @tscircuit/runframe dependency to version 0.0.244.
PR # Impact Contributor Description
#161 πŸ™ Minor imrishabh18 Add min_trace_thickness property to source_trace object
PR # Impact Contributor Description
#696 πŸ™ Minor imrishabh18 Add thickness to source_trace in the Trace component.
#691 πŸ™ Minor imrishabh18 Fix a hover bug for traces by setting the source_trace_id property of the pcb_trace object.
#692 πŸ™ Minor seveibar Update the version of the capacity autorouter dependency.
PR # Impact Contributor Description
#23 πŸ™ Minor imrishabh18 Update the dsn-converter dependency version and update the snapshot tests.
PR # Impact Contributor Description
#242 πŸ™ Minor techmannih Adds a new footprint for the SOD80 package.
#247 πŸ™ Minor techmannih The pull request adds a new footprint for the SOD323W component.
#245 πŸ™ Minor techmannih Adds a new footprint for the SOD323FL package.
#243 πŸ™ Minor techmannih Add the Sod123fl footprint.
#235 πŸ™ Minor MustafaMulla29 Implemented the MSOP-8 component footprint.
PR # Impact Contributor Description
#193 πŸ™ Minor techmannih Add support for pill-shaped holes with rectangular plated pads
#191 πŸ™ Minor Ayushjhawar8 The pull request fixes an issue where the bottom layer silkscreen elements were not visually distinguishable, and adds different colors for the top (yellow) and bottom (blue) silkscreen elements.
PR # Impact Contributor Description
#263 πŸ™ Minor techmannih Add a new tilted ground symbol
PR # Impact Contributor Description
#38 🐳 Major seveibar Fixes high density routing issues where smaller cell sizes weren't working.
#37 🐳 Major seveibar Adds a detailed JSON configuration for a keyboard design, including obstacles, trace widths, and layer count.
#35 🐳 Major seveibar The pull request changes the implementation of the Edge Solver to only solve between layer-compatible nodes and generate single layer nodes when there's a single-layer obstacle.
#34 🐳 Major seveibar Replace CapacitySegmentPointOptimizer with UnravelMultiSectionSolver, many fixes and optimizations with a 10x speed increase and higher quality.
#33 🐳 Major seveibar Introduces a new UnravelSectionSolver with A* algorithm for path planning.
#32 🐳 Major seveibar Fix major issues in Capacity Segment Optimization
PR # Impact Contributor Description
#36 🐳 Major ArnavK-09 Introduces a new API endpoint /api/search for searching components with support for full-text search, filtering by package, and limiting the number of results.
#39 🐌 Tiny ArnavK-09 Removes a surplus log statement from a search API test.
PR # Impact Contributor Description
#97 πŸ™ Minor ArnavK-09 Upload the Anthropic cache to GitHub Actions
PR # Impact Contributor Description
#35 🐳 Major Ayushjhawar8 Add a dimension overlay feature that displays the dimensions of an object on the canvas.
PR # Impact Contributor Description
#135 🐌 Tiny tscircuitbot Update @tscircuit/core to v0.0.348

Changes by Contributor

PR # Impact Description
#323 🐳 Major Adds a feature to emit onEditEvent with an example and debounces the events to only emit the last one after dragging ends.
#191 πŸ™ Minor Changes the type of EditEvent from a union of EditPcbComponentLocationEvent and EditTraceHintEvent to just ManualEditEvent.
PR # Impact Description
#101 🐳 Major Add trace thickness information from the circuit JSON to the DSN file.
#714 🐳 Major Adds a new /update endpoint to the package fake API that allows updating existing packages, including privacy settings.
#161 πŸ™ Minor Add min_trace_thickness property to source_trace object
#696 πŸ™ Minor Add thickness to source_trace in the Trace component.
#691 πŸ™ Minor Fix a hover bug for traces by setting the source_trace_id property of the pcb_trace object.
#103 πŸ™ Minor Changed the trace width used in freerouting from 100 to 150.
#102 πŸ™ Minor Add support for thickness conversion from ses file to circuit-json
#723 πŸ™ Minor Update dependencies for @tscircuit/core and @tscircuit/runframe packages
#718 πŸ™ Minor Adds the support for users to have private snippets.
#23 πŸ™ Minor Update the dsn-converter dependency version and update the snapshot tests.
#724 🐌 Tiny Update the @tscircuit/runframe dependency to version 0.0.244.
PR # Impact Description
#242 πŸ™ Minor Adds a new footprint for the SOD80 package.
#247 πŸ™ Minor The pull request adds a new footprint for the SOD323W component.
#245 πŸ™ Minor Adds a new footprint for the SOD323FL package.
#243 πŸ™ Minor Add the Sod123fl footprint.
#193 πŸ™ Minor Add support for pill-shaped holes with rectangular plated pads
#263 πŸ™ Minor Add a new tilted ground symbol
PR # Impact Description
#235 πŸ™ Minor Implemented the MSOP-8 component footprint.
PR # Impact Description
#38 🐳 Major Fixes high density routing issues where smaller cell sizes weren't working.
#37 🐳 Major Adds a detailed JSON configuration for a keyboard design, including obstacles, trace widths, and layer count.
#35 🐳 Major The pull request changes the implementation of the Edge Solver to only solve between layer-compatible nodes and generate single layer nodes when there's a single-layer obstacle.
#34 🐳 Major Replace CapacitySegmentPointOptimizer with UnravelMultiSectionSolver, many fixes and optimizations with a 10x speed increase and higher quality.
#33 🐳 Major Introduces a new UnravelSectionSolver with A* algorithm for path planning.
#32 🐳 Major Fix major issues in Capacity Segment Optimization
#692 πŸ™ Minor Update the version of the capacity autorouter dependency.
PR # Impact Description
#36 🐳 Major Introduces a new API endpoint /api/search for searching components with support for full-text search, filtering by package, and limiting the number of results.
#97 πŸ™ Minor Upload the Anthropic cache to GitHub Actions
#39 🐌 Tiny Removes a surplus log statement from a search API test.
PR # Impact Description
#35 🐳 Major Add a dimension overlay feature that displays the dimensions of an object on the canvas.
#191 πŸ™ Minor The pull request fixes an issue where the bottom layer silkscreen elements were not visually distinguishable, and adds different colors for the top (yellow) and bottom (blue) silkscreen elements.
PR # Impact Description
#722 πŸ™ Minor Fixes playwright tests for the editor page and footprint dialog
PR # Impact Description
#135 🐌 Tiny Update @tscircuit/core to v0.0.348