|
@@ -26,6 +26,35 @@ As Jordan Z About this.
|
|
|
|
|
|
Added dependency
|
|
|
|
|
|
+
|
|
|
+*** TODO componentize subsystems
|
|
|
+**** DONE web-client
|
|
|
+
|
|
|
+fully complete example of modules. dev profile injects a :dev system.
|
|
|
+
|
|
|
+**** TODO web-backend
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+**** DONE visualizer
|
|
|
+
|
|
|
+
|
|
|
+this uses a regular system-map pattern
|
|
|
+
|
|
|
+**** DONE ios-client
|
|
|
+
|
|
|
+runs, may or may not have shared code use
|
|
|
+
|
|
|
+
|
|
|
+**** TODO pubsub-service
|
|
|
+
|
|
|
+this is using lein-ring, should switch to pure -main entry?
|
|
|
+
|
|
|
+**** WIP core
|
|
|
+
|
|
|
+core is using the defmulti pattern
|
|
|
+
|
|
|
+
|
|
|
** TODO Expand upon macro pattern for (react-to :command [m])
|
|
|
|
|
|
Created the defaction, event, upon components
|