Anyone willing to have a look at this? I did a rebase, would love to
advance with the patch.

-- 
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:
  Confirmed

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

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to