Update NLnet funded tasks

Wayne Stambaugh 2022-08-24 13:58:08 +00:00
parent 2f4ddd57da
commit 4e47310992

@ -31,7 +31,7 @@ Status: **In progress**
Assignee: _Jon Evans_
Implement database libraries as discussed in [#7436](https://gitlab.com/kicad/code/kicad/-/issues/7436)
Implement database libraries as discussed in [#7436](https://gitlab.com/kicad/code/kicad/-/issues/7436 "Database Libraries")
* Add ODBC support to KiCad
* Create library format that uses ODBC database for symbol and footprint links as well as field metadata
@ -39,7 +39,6 @@ Implement database libraries as discussed in [#7436](https://gitlab.com/kicad/co
Status: **In progress**
## Design Migration Wizard / Import Wizard
Assignee: _Roberto Fernandez Bautista_
@ -48,13 +47,11 @@ KiCad already has a number of importers from other EDA formats (e.g. Altium, Eag
* Refactor existing importer code to remove GUI dependencies
* Create infrastructure for specifying library links of the imported designs
* Create infrastructure to allow changing the import scale of schematic objects and update
CADSTAR importer to use it
* Create infrastructure to allow changing the import scale of schematic objects and update CADSTAR importer to use it
* Create and refine the wizard GUI
Status: **In progress**
## CADSTAR Parts Library Importer
Assignee: _Roberto Fernandez Bautista_
@ -65,3 +62,16 @@ KiCad has an existing CADSTAR schematic archive (.csa) and a CADSTAR PCB archive
* Integrate new parser into existing CADSTAR importer.
Status: **In progress**
## Symbol Library Inheritance Model
Assignee: \_Wayne Stambaugh
Implement the full symbol library inheritance model defined in the [KiCad Symbol Library File Format Document](https://docs.google.com/document/d/1lyL_8FWZRouMkwqLiIt84rd2Htg4v1vz8_2MzRKHRkc/edit) to replace the limited inheritance model that has currently implemented.
* Change library symbol object to accommodate full inheritance model.
* Update schematic embedded symbol library to handle new inheritance model.
* Write complete unit test framework to fully cover new code.
* Update [Symbol Library File Format Document](https://dev-docs.kicad.org/en/file-formats/sexpr-symbol-lib/).
Status: **Scheduled for KiCad version 8**