Changes between Version 17 and Version 18 of Event/2012/GSoC/MessageParsing
- Timestamp:
- 06/13/12 17:48:50 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2012/GSoC/MessageParsing
v17 v18 72 72 * 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. 73 73 74 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).||FK referenced to scheduler_task.|| 81 ||workflow_task_id||Parsing Workflow||FK referenced to scheduler_task.|| 82 ||s3.meta_fields()|| ||metadata|| 83 84 Changes 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 74 91 75 92 === Project Status === … … 116 133 Fridays 13:00 UTC 117 134 118