Starting to work on functional description.
This commit is contained in:
28
functional_decription.md
Normal file
28
functional_decription.md
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
# Functional Description - Garden Logic
|
||||||
|
|
||||||
|
### Table of Contents
|
||||||
|
1. Routines
|
||||||
|
1. Scan Inputs
|
||||||
|
2. Collect Program State
|
||||||
|
3. Manipulate Program State
|
||||||
|
4. Write Outputs
|
||||||
|
5. Log to Database
|
||||||
|
2. References
|
||||||
|
|
||||||
|
|
||||||
|
## Routines
|
||||||
|
|
||||||
|
### Scan Inputs
|
||||||
|
`./input/inputs.py`
|
||||||
|
|
||||||
|
### Collect Program State
|
||||||
|
`./states/state.py`
|
||||||
|
|
||||||
|
### Manipulate Program State
|
||||||
|
`./states/state.py`
|
||||||
|
|
||||||
|
### Write Outputs
|
||||||
|
`./output/outputs.py`
|
||||||
|
|
||||||
|
### Log to Database
|
||||||
|
`./logging/db.py`
|
||||||
Reference in New Issue
Block a user