Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: | Trygve Laugstøl | 2019-03-15 | 1 | -13/+16 |
| | | | | | | | | o Renaming part.id to part.uri. Changing to URIs and use that as an identifier if the part is known. Schematic part does not have an URI. o Merging <schema-reference> and <part-numbers> into <references> o Creating <part-uri> as a possible <reference>. Used by order to point to other parts. | ||||
* | o Switching PartDb to serialize into many xml files into a single | Trygve Laugstøl | 2019-03-15 | 1 | -5/+3 |
| | | | | <part-db> document. | ||||
* | o Merging XSD files into one. | Trygve Laugstøl | 2019-03-15 | 1 | -16/+16 |
| | |||||
* | o Adding PriceBreak. Parsing price breaks from DK. | Trygve Laugstøl | 2019-03-15 | 1 | -0/+8 |
| | | | | o Adding Money type with parsing. | ||||
* | o Create a new part when storing result, use Digikey's PN as id. | Trygve Laugstøl | 2019-02-28 | 1 | -34/+42 |
| | |||||
* | o Removing digikey specific DistributionInfo element. Can be generic. | Trygve Laugstøl | 2019-02-26 | 1 | -12/+8 |
| | |||||
* | o Creating a PartDb that manages a file system directory with one xml | Trygve Laugstøl | 2019-02-26 | 1 | -0/+94 |
file per part. o Switching xml-based code to use PartDb. |