aboutsummaryrefslogtreecommitdiff
path: root/src/ee/digikey/search_parts.py
Commit message (Collapse)AuthorAgeFilesLines
* xsd:Trygve Laugstøl2019-03-231-1/+12
| | | | | | | | | | | o Adding <link> list on <part>. For media, datasheets etc. digikey: o Parsing out media. PartDb: o starting on a more generic object db with indexes. order: o Using the new object db for building data while resolving parts. o Creating a report from the order.
* Refactoring:Trygve Laugstøl2019-03-151-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 singleTrygve Laugstøl2019-03-151-5/+3
| | | | <part-db> document.
* o Merging XSD files into one.Trygve Laugstøl2019-03-151-16/+16
|
* o Adding PriceBreak. Parsing price breaks from DK.Trygve Laugstøl2019-03-151-0/+8
| | | | o Adding Money type with parsing.
* o Create a new part when storing result, use Digikey's PN as id.Trygve Laugstøl2019-02-281-34/+42
|
* o Removing digikey specific DistributionInfo element. Can be generic.Trygve Laugstøl2019-02-261-12/+8
|
* o Creating a PartDb that manages a file system directory with one xmlTrygve Laugstøl2019-02-261-0/+94
file per part. o Switching xml-based code to use PartDb.