aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-05-15 15:46:41 -0400
committerbnewbold <bnewbold@robocracy.org>2012-05-15 15:46:41 -0400
commit1a8a469233e95c9474d911c352cc86d5b9e8e709 (patch)
tree22c14a8dc9ab7970e7d88e30a231e304ab5af58f
parent521669aad0ff1e90842d025a56d3551499d118b0 (diff)
downloadbommom-1a8a469233e95c9474d911c352cc86d5b9e8e709.tar.gz
bommom-1a8a469233e95c9474d911c352cc86d5b9e8e709.zip
minor tweaks
-rw-r--r--README5
-rw-r--r--core.go1
-rw-r--r--notes.txt3
3 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index 12e6b44..7e62374 100644
--- a/README
+++ b/README
@@ -21,14 +21,15 @@ Install golang compiler and run `go build` in this directory, then run the
- command line tools for managing part list files
- web interface for publishing and editing BOMs
+ - pricebreak summarization
- file-backed datastore for BOMs
- - import/export to CSV, JSON, and XML formats
+ - import/export to CSV, JSON, XML, KiCad, SolderPad formats
- Octopart API price fetching, with cache
- mongodb-backed datastore for BOMs and web authentication
### Potential Extra Features
- - plugins and file format support for CAD software (Eagle, KiCad, etc)
+ - plugins and file format support for CAD software (Eagle, gEDA, etc)
- HTTP JSON and XML APIs
- "smart" spec parsing based on category hierarchy
- SQL-backed datastore for BOMs and web authentication
diff --git a/core.go b/core.go
index da92854..b444ac6 100644
--- a/core.go
+++ b/core.go
@@ -15,6 +15,7 @@ type Offer struct {
Sku string `json:"sku"`
Url string `json:"distributor_url"`
Comment string `json:"comment"`
+ Available uint32 `json:"avail"`
Prices []OfferPrice `json:"prices"`
}
diff --git a/notes.txt b/notes.txt
index 70faccf..a4a3e39 100644
--- a/notes.txt
+++ b/notes.txt
@@ -27,3 +27,6 @@ http://pcdandf.com/cms/designnews/8107-a-short-history-of-electronic-data-format
http://ljh4timm.home.xs4all.nl/pcb-fpw/pcb-fpw.html
http://cyclerecorder.org/footprintbuilder/
+
+"Upverter Universal Format Converter"
+https://github.com/upverter/schematic-file-converter