Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Starting on some code for building reports from the project. | Trygve Laugstøl | 2018-08-05 | 1 | -2/+7 |
| | |||||
* | o No need to lower case the keys in the ini file. | Trygve Laugstøl | 2018-08-02 | 1 | -1/+3 |
| | |||||
* | o Fixing a bad bug and learning some Python: list.insert(index, value) | Trygve Laugstøl | 2018-08-02 | 1 | -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øl | 2018-08-01 | 2 | -15/+1 |
| | | | | o DataSetManager: renaming `add_ds` to `register_ds`. | ||||
* | o Ignore power flags too, they're not real components. | Trygve Laugstøl | 2018-07-31 | 1 | -3/+33 |
| | | | | o Fixing digikey product lookup. | ||||
* | o Changing resolve-schematic-components to create generic | Trygve Laugstøl | 2018-07-30 | 1 | -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. Creates | Trygve Laugstøl | 2018-07-29 | 1 | -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øl | 2018-07-29 | 1 | -3/+11 |
| | | | | | o Better demo, one generic order csv and two for digikey with different batch sizes. | ||||
* | o Dumping MpnBomComponent, wtf. | Trygve Laugstøl | 2018-07-28 | 1 | -58/+80 |
| | | | | o Renaming bom.csv to order.csv. | ||||
* | o Starting on some BOM code. | Trygve Laugstøl | 2018-07-24 | 1 | -15/+45 |
| | |||||
* | wip. | Trygve Laugstøl | 2018-07-24 | 1 | -1/+1 |
| | |||||
* | wip. | Trygve Laugstøl | 2018-07-24 | 2 | -0/+377 |
o Renaming "fact" to "ds". |