Changes between Version 75 and Version 76 of BluePrint/Messaging
- Timestamp:
- 06/17/10 19:05:39 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging
v75 v76 23 23 24 24 === How do we achieve this? === 25 * Table {{{msg_log}}} is used as a replacement for the current {{{msg_inbox}}} , {{{msg_outbox}}}& {{{ticket_log}}}.25 * Table {{{msg_log}}} is used as a replacement for the current {{{msg_inbox}}} & {{{ticket_log}}}. 26 26 * Fields: sender, subject, body, verified, actionable, assignee (multiple?), actioned, priority 27 27 * Q: Do we move some of these 'ticketing' fields to a separate, linked {{{ticket_msg}}} table? … … 38 38 * Subscriptions can be viewed from the user's subscriptions page 39 39 * Add to 01_menu.py & pr.py 40 * Table {{{msg_ delivery_status}}} is used tostore delivery statuses.40 * Table {{{msg_outbox}}} is used to identify messages which need to be routed externally & store delivery statuses. 41 41 * Fields: message_id, pe_contact_id, status 42 42 * Table {{{msg_read_status}}} is used to show that a message has been read by a user. … … 46 46 * Parser has hooks for modules to plug-into? 47 47 * Q: Do we treat a pentity the same way as any other resource? 48 * Just that when a message is routed to them, it not only tags but also creates an entry in {{{msg_ delivery_status}}}, which is scanned by the Cron task for 'pending' messages to be sent out.49 * {{{ 48 * Just that when a message is routed to them, it not only tags but also creates an entry in {{{msg_outbox}}}, which is scanned by the Cron task for 'pending' messages to be sent out. 49 * {{{shn_rest_controller()}}} is modified to check msg_log for messages tagged to the resource (list) or record (display/update) 50 50 * Views modified as above 51 51 * 'Ticketing Module' UI