Differences between current version and predecessor to the previous major change of RobertButler.

Other diffs: Previous Revision, Previous Author

Newer page: version 33 Last edited on Tuesday, 28 March 2017 15:32:59 by RobertButler
Older page: version 7 Last edited on Tuesday, 28 March 2017 9:42:12 by RobertButler Revert
@@ -1,14 +1,30 @@
-<<<<<<< Your version  
 == EMAIL CAMPAIGN MANAGER DESCRIPTION 
 * Email Manager Back-end Component 
+ # Written in Python 3.x  
  # Manages Email Campaigns internally 
  # Requests email tokens from the front-end (PHP) website. 
  # Delivers emails to addresses with with thankyou and optout tokens, taking note of 
  bounces. 
- # Updates shared database (SQLite, Pgsql? ) for the front-end to be able to display campaign status 
+ # Updates shared database (SQLite 3 ) for the front-end to read in order to display  
+ back-end status 
  
 * Email Manager Front-end Component 
  # written in PHP, uses shared database to update user(s) on campaign status, 
  progress, bounces, opt-outs, etc. 
+ # Uses _*kohana*_ Web/MVC framework.  
  # Requests Campaign information (create, delete, start, stop, etc.) 
- # Starts, stops email campaign manager. (systemd, TODO.
+  
+----  
+  
+== Shared Database Schema  
+=== Table layout  
+ * [[RobertButler/Campaigns|Campaigns]]  
+ * [[RobertButler/Processed|Processed]]  
+ * [[RobertButler/Returned|Returned]]  
+ * [[RobertButler/OptOuts|OptOuts]]  
+ * [[RobertButler/Cache|Cache]]  
+  
+=== RPC Interface (D-BUS )  
+[[RobertButler/Namespace|Namespace]] Information:  
+* Namespace: com.healthplan-partners  
+* Pathname: /com.healthplan_partners/Campaign_Manager  

current version

EMAIL CAMPAIGN MANAGER DESCRIPTION

  • Email Manager Back-end Component

    1. Written in Python 3.x
    2. Manages Email Campaigns internally
    3. Requests email tokens from the front-end (PHP) website.
    4. Delivers emails to addresses with with thankyou and optout tokens, taking note of bounces.
    5. Updates shared database (SQLite 3) for the front-end to read in order to display back-end status
  • Email Manager Front-end Component

    1. written in PHP, uses shared database to update user(s) on campaign status, progress, bounces, opt-outs, etc.
    2. Uses kohana Web/MVC framework.
    3. Requests Campaign information (create, delete, start, stop, etc.)

Shared Database Schema

Table layout

RPC Interface (D-BUS)

Namespace? Information:

  • Namespace: com.healthplan-partners
  • Pathname: /com.healthplan_partners/Campaign_Manager