Changes between Version 17 and Version 18 of Event/2012/GSoC/MessageParsing


Ignore:
Timestamp:
06/13/12 17:48:50 (12 years ago)
Author:
Ashwyn
Comment:

--

Legend:

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

    v17 v18  
    7272* Adapting the parsing rules to cover as wide a base of inbound messages as possible. This will involve making a wider collection of keywords to be searched for every concerned module.Linking different labels  across the DB to module-specific keywords will be really helpful.Also the list of primary keywords to be matched can also be made a deployment-specific option.
    7373 
     74
     75=== Data Model ===
     76
     77Data 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).||FK referenced to scheduler_task.||
     81||workflow_task_id||Parsing Workflow||FK referenced to scheduler_task.||
     82||s3.meta_fields()|| ||metadata||
     83
     84Changes in msg_log:
     85
     86||= Field Name =||= Purpose =||= Datatype/Table =||
     87||is_parsed||Parsing Status of Inbound Messages||Boolean||
     88||source_task_id||Inbound Email/SMS Source(Another workflow in case of chained workflows).||FK referenced to scheduler_task.||
     89
     90
    7491 
    7592=== Project Status ===
     
    116133Fridays 13:00 UTC
    117134
    118