aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2016-12-27 22:24:37 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2016-12-27 22:24:37 +0100
commit9bf18900c05547a40bb3c3a7a819a137e81dae92 (patch)
treeacd7047e5650091854a19da838108dd8570591e1 /README.md
parent67013ae17af0436b930dce450a813239be969601 (diff)
downloadeda-rdf-9bf18900c05547a40bb3c3a7a819a137e81dae92.tar.gz
eda-rdf-9bf18900c05547a40bb3c3a7a819a137e81dae92.tar.bz2
eda-rdf-9bf18900c05547a40bb3c3a7a819a137e81dae92.tar.xz
eda-rdf-9bf18900c05547a40bb3c3a7a819a137e81dae92.zip
o Adding a 'db-stats' application for summarizing the contents of the database.
o Starting on make-bom. Extremely slow when using rdflib (~8 minutes), jena is very fast (~50 ms).
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1ff2319..de1d761 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# Rules
+# Applications to implement
+
+## Rules
o Inconsistent unit usage (0.1uF vs 100nF)
o Different components for same values / constraints
@@ -11,6 +13,15 @@ o Availability
- status: ative/last buy/obsolete
- MOQ
-# Utils
+o Check via and track sizes
+
+## Utils
o Download datasheets, IBIS model, SPICE model
+
+# TODOs
+
+* Change the arg parser to always allow a '--db' argument that defaults to './.eda-rdf'
+* Create an 'init' command similar to git init
+* Rename "schematic" to "project"? Schematic is .. schematic specific but many of the possible tools work on the BOM
+ and/or on the PCB so 'project' is probably a better term.