Changes between Version 26 and Version 27 of Event/2012/GSoC/MessageParsing


Ignore:
Timestamp:
06/28/12 18:59:05 (12 years ago)
Author:
Ashwyn
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2012/GSoC/MessageParsing

    v26 v27  
     1=== Table Of Contents ===
     21.Personal Details
     3
     42.Project Abstract
     5
     63.Project Plan
     7
     84.Timeline
     9
    110=== Personal Details ===
    211 
     
    7382 
    7483
    75 === Data Model ===
    76 
    77 Data Model Blueprint: msg_workflow
    78 
    79 ||= Field Name =||= Purpose =||= Datatype/table =||
    80 ||source_task_id||Inbound Email/SMS Source(Another workflow in case of chained workflows).||String corresponding to username of the source.||
    81 ||workflow_task_id||Parsing Workflow||String corresponding to name of  the parsing function.||
    82 ||s3.meta_fields()|| ||metadata||
    83 
    84 
    85 
    86 Changes in msg_log:
    87 
    88 ||= Field Name =||= Purpose =||= Datatype/table =||
    89 ||is_parsed||Parsing Status of Inbound Messages||Boolean||
    90 ||source_task_id||Inbound Email/SMS Source(Another workflow in case of chained workflows).||String corresponding to username of the source.||
    91 
    9284
    9385=== Timeline ===