racklet / electronics-prototyping

Design files for electronic components for use in Racklet
Apache License 2.0
3 stars 0 forks source link

Implement the classifier, and validation and defaulting engine using CUE #15

Closed luxas closed 3 years ago

luxas commented 3 years ago

This makes the classifier use CUE for all policy-related things. It is good enough for our needs and lets us classify components, set default attributes and labels for components once classified, and enforce validation on fields set in KiCad.

I will still need to rebase this PR slightly.

cc @twelho @chiplet

twelho commented 3 years ago

This will need some rebasing now that #16 moved the kicad_rs files into a Cargo workspace.

luxas commented 3 years ago

Rebased and ready to merge, pending a re-review @twelho

luxas commented 3 years ago

I'll merge this now to unblock @chiplet, I'll fix any feedback in follow-ups in future PRs