Active
Project:
Bot
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2013 at 09:35 UTC
Updated:
27 Aug 2013 at 22:49 UTC
From what I can see from the drupal API it would make sense to convert some of the following data concepts into Drupal core entities (so we could achieve things like Views and Solr integration more easily and kill the custom data manipulation):
- bot log entries
- factoids
- bot messages
- API information
Comments
Comment #1
morbus iffYep, I'd be interested to see these things.
Comment #2
markusa commentedOur team uses this great Bot module, and wanted views integration. I wrote a little module that can actually expose tables to views, including some of the Bot tables. It can expose tables to views that have a primary key.
Check out https://drupal.org/project/views_expose_tables
install the module, and goto [drupal_root]/admin/structure/views/expose_tables
Check the checkboxes for:
bot_log
bot_tell_queue
And and you can make views on the data in those tables.....