← Back to team overview

mahara-contributors team mailing list archive

[Bug 1246702] Re: Notification to more than one recipient

 

for the manual: You can only search for people when you typed their
entire first name. Still need to test if regular users can only see
display name or other parts of the name.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1246702

Title:
  Notification to more than one recipient

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The current notification system stores the complete message with all meta-data in a single entry in a single table. When the recipient deletes the notification, the message-entry is deleted in the same moment. That has some disadvantages:
  When a notification is deleted that was part of a conversation, the conversation thread is cut at the message.
  When you try to implement an outbox without touching the notification-system, the user cannot delete messages from the outbox. But when the reciever deletes the message, it disappears from the outbox as well.

  The idea is to store the message in a separate table from the user
  relation. This way, the message can be easily extended to reach
  several users. Storing the Deleted-Information in the second table,
  the message remain in the database until all participants have deleted
  it, thus preserving the metadata, from whom and to whom it was sent.

  We startet implement such a message system as a plugin that blends in
  with the former notification system. The bug report serves as
  reference for gerrit

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1246702/+subscriptions


References