Changes between Version 71 and Version 72 of BluePrint/SocialMedia
- Timestamp:
- 10/20/13 08:48:42 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/SocialMedia
v71 v72 44 44 === Advanced === 45 45 * 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 46 53 * Train these parsers 47 54 * 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 … … 52 59 * by creating/editing relevant gis_layer_feature records via a simplified/custom interface 53 60 * Display linked Images 61 * Use the above Extract Documents Parser 54 62 * Have a Represent (on a Lazy Virtual Field?) for Table views which displays the Images 55 63 * Ideally show thumbnail & hover to display full version in popup?