From e84d6cb002577d2ac8c266d331c18191f5d31cee Mon Sep 17 00:00:00 2001
From: Jingyan Ling <jingyanling2018@u.northwestern.edu>
Date: Tue, 6 Aug 2019 14:28:01 -0700
Subject: [PATCH] update journal

---
 README.md | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 6a716d8..29cf6d2 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,16 @@
 ### 08/06/2019
 
 - Successfully parse the wiring information from `ses` file to array
-  - A little "hacky" way, not using any parsing package
-  - Stands for `ses` file only
-- 
+  - A little "hacky" way, not using any parsing package but going through string and looking for path section
+  - For `ses` file only
+- Create new scripts and Re-arrange all packages
+  - User will be able to execute [fab_drawing.py](paperbot_ee_autoroute/fab_drawing.py) directly to get drawing for paperbot including electrical wiring design and ready to send to fabrication
+  - If user wants to change electrical connection, one can edit [paperbot_dsn.py](paperbot_ee_autoroute/paperbot_dsn.py)
+  - `dsnwriter` and `sesreader` source code are located [here](dsn_python/)
+- TODO:
+  - scripting drawing by using parsed wiring array
+  - Merge pre drawing processing script with Daniel
+  
 ### 08/05/2019
 
 - Working on parsing routed (wiring section) text information.
@@ -20,6 +27,7 @@
   - `pykicad` uses `pyparsing` internally
   - Rebuild `ses` file schema. Not working well
 
+ 
 
 ### 08/01/2019
 
-- 
GitLab