@@ -26,9 +26,10 @@ This project serves the developement environment / api we use to write and repre
- change settings
- right now
- add module
- l for load
- s for save
- push state down & up
- note below :
- not actually setting, do node main, change ms, watch console
- some wholistic test ...
-*don't forget*
- onload, load state...
...
...
@@ -84,15 +85,18 @@ Modules-that-represent-remote-computing also have
To assemble a representation of these, we want to have a kind of 'netlist' that, for convenience, we'll treat like a JSON object. We want heirarchy, so consider the representation having 'top-level' outputs / inputs / state as well ?
## Programming Notes
### 15 Minute Tasks
- @ views.js, uiRequestModuleMenu and uiRequestProgramMenu don't properly build trees from folder structure. similarly, reciprical fn's in client.js do the same
- @ these load / save functions could also reach into the modules' source to retrieve their proper names, as spec'd in description ...
## Programming Notes
- 's' for save program uses hack-asf DOM alert to ask for path
title bar
L for load prgmem
M for add module
- once we can plan gcode sequence, work towards more