aboutsummaryrefslogtreecommitdiff
path: root/src/ee/ds
Commit message (Collapse)AuthorAgeFilesLines
* o Starting on some code for building reports from the project.Trygve Laugstøl2018-08-051-2/+7
|
* o No need to lower case the keys in the ini file.Trygve Laugstøl2018-08-021-1/+3
|
* o Fixing a bad bug and learning some Python: list.insert(index, value)Trygve Laugstøl2018-08-021-4/+16
| | | | | | | | will only insert at index if the list is index long. If not it will just append them. Yay. Much better digikey part data now. Creating a ValueList that automatically expands the list. o Stopping with silly key and value replacements. o Updating tests.
* o Updating demo project, reorganizing the demo a bit.Trygve Laugstøl2018-08-012-15/+1
| | | | o DataSetManager: renaming `add_ds` to `register_ds`.
* o Ignore power flags too, they're not real components.Trygve Laugstøl2018-07-311-3/+33
| | | | o Fixing digikey product lookup.
* o Changing resolve-schematic-components to create genericTrygve Laugstøl2018-07-301-5/+17
| | | | | | 'component-to-part-mapping' objects with seller=digikey o Implementing 'task_digikey_fetch_full_part_facts' that downloads info about each mapped parts with seller=digikey.
* o Support for resolving 'mpn' fields from digikey. CreatesTrygve Laugstøl2018-07-291-7/+14
| | | | 'digikey-part-stub', can be used to download the entire part later on.
* o Starting on a digikey-specific order csv.Trygve Laugstøl2018-07-291-3/+11
| | | | | o Better demo, one generic order csv and two for digikey with different batch sizes.
* o Dumping MpnBomComponent, wtf.Trygve Laugstøl2018-07-281-58/+80
| | | | o Renaming bom.csv to order.csv.
* o Starting on some BOM code.Trygve Laugstøl2018-07-241-15/+45
|
* wip.Trygve Laugstøl2018-07-241-1/+1
|
* wip.Trygve Laugstøl2018-07-242-0/+377
o Renaming "fact" to "ds".