Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Hackfest UK 2014/Email Logging: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 3: Line 3:
Changing the focus to messaging instead of only emails
Changing the focus to messaging instead of only emails


tables
Proposed Table Schema


'''messaging_log'''
'''messaging_log'''

Revision as of 11:01, 17 April 2014

Message Logging and Reporting

Changing the focus to messaging instead of only emails

Proposed Table Schema

messaging_log

  • id
  • from (user_id)
  • type (FK mdl_message_provider)
  • moduleid
  • courseid
  • subject
  • body_id

message_log_user

  • id
  • user_id,
  • to_address (email address or identifier when the message was sent)
  • logid,
  • time,
  • status

message_log_body

  • message_body_id,
  • body_text