Changes between Version 71 and Version 72 of BluePrint/SocialMedia


Ignore:
Timestamp:
10/20/13 08:48:42 (11 years ago)
Author:
Fran Boon
Comment:

Extract Documents Parser

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/SocialMedia

    v71 v72  
    4444=== Advanced ===
    4545* Run [DeveloperGuidelines/Messaging/Parser Parsers] on the list
     46 * Extract Documents Parser
     47  * Runs on any Message
     48   * Can read attachments?
     49   * Adds all URLs as documents
     50    * msg_message a doc_entity? or use link table
     51    * parses link types to see if there are Images (ideally following links as some links aren't direct to the jpg/png)
     52    * optionally downloads linked images/documents into local store
    4653 * Train these parsers
    4754* Add tools to the Table view to Geocode, Classify, Forward (to other modules, such as irs_ireport or project_task, &/or via Messaging channels), Whitelist sender, Blacklist sender
     
    5259 * by creating/editing relevant gis_layer_feature records via a simplified/custom interface
    5360* Display linked Images
     61 * Use the above Extract Documents Parser
    5462 * Have a Represent (on a Lazy Virtual Field?) for Table views which displays the Images
    5563  * Ideally show thumbnail & hover to display full version in popup?