add folder laying out plan

This commit is contained in:
Paul Trowbridge 2018-06-25 00:37:05 -04:00
parent acac0b5330
commit 24c52f5636

44
plan/workflow.md Normal file
View File

@ -0,0 +1,44 @@
## source maintenanc
```
source maintenance
+----------------------------------------------------------------------------------------------------------------+
| +-------------+ |
| |MAKE NEW | |
| +-------------+ |
| |
| existing sources source name |
| +-------------+ +---------------+ |
| |dcard | |dcard | |
| |hunt | +---------------+ |
| |pncc | data source |
| |paycom | +---------------+ |
| |adp | |client file | |
| | | +---------------+ |
| | | loading function |
| | | +---------------+ |
| | | |csv parser | |
| | | +---------------+ |
| | | schema |
| | | +----------------+ +------------+ |
| | | |default | |b: add new | |
| | | +----------------+ +------------+ |
| | | +-------------------------------------------------------------+ |
| | | |path |data type |column name |constrain| |
| | | +-------------------------------------------------------------+ |
| | | |{Post. Date} |date |post_date |X | |
| | | |{Amount} |numeric |amount |X | |
| | | |{Trans. Date} |date |trans_date |X | |
| | | |{Category} |text |category | | |
| | | |{Description} |text |descr | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| +-------------+ +-------------------------------------------------------------+ |
+----------------------------------------------------------------------------------------------------------------+
```