Browse Source

Added some structure and started writing about the various packages

Samuel W. Flint 8 years ago
parent
commit
83617d1520
1 changed files with 65 additions and 1 deletions
  1. 65 1
      meeting-minds.org

+ 65 - 1
meeting-minds.org

@@ -69,17 +69,81 @@ To accomplish this task, I've decided to build using the following tools and sui
 #+TOC: headlines 3
 #+TOC: listings
 
+* WORKING Architecture [0/3]
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:25>
+:END:
+
+** TODO Protocol Design
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:27>
+:END:
+
+** TODO Data Storage Requirements
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:27>
+:END:
+
+** TODO Interaction Design
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:27>
+:END:
+
+* WORKING Database Design [0/5]
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:25>
+:END:
+
+** TODO Users Table
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:27>
+:END:
+
+** TODO Conversations Table
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:28>
+:END:
+
+** TODO Topics Table
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:28>
+:END:
+
+** TODO Archives Table
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:28>
+:END:
+
+** TODO Decisions Table
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:28>
+:END:
+
+* TODO Management Interface
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:25>
+:END:
+
+* TODO Protocol Implementation
+:PROPERTIES:
+:CREATED:  <2016-04-02 Sat 21:25>
+:END:
+
 * WORKING Packaging [0/2]
 :PROPERTIES:
 :CREATED:  <2016-04-02 Sat 16:27>
 :END:
 
-** TODO The ~packages~ file
+** WORKING The ~packages~ file
 :PROPERTIES:
 :CREATED:  <2016-04-02 Sat 16:32>
 :ID:       b0c08843-2ca4-4b6d-b570-8f54d9b0104e
 :END:
 
+This file describes and defines that packages, or namespaces used in the application.  These include the following:
+
+ - ~meeting-minds~ :: The main package, this is used to tie all of the other packages together, and can be used to produce a callable daemon.
+
 #+Caption: Packages
 #+Name: packages
 #+BEGIN_SRC lisp :tangle "package.lisp"