Activity log for bug #1246702

Date Who What changed Old value New value Message
2013-10-31 12:39:25 Tobias Zeuch bug added bug
2013-10-31 12:42:45 Tobias Zeuch 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 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
2013-11-03 03:54:32 Kristina Hoeppner mahara: importance Undecided Wishlist
2013-11-03 03:54:54 Kristina Hoeppner mahara: status New Confirmed
2013-11-03 03:55:29 Kristina Hoeppner summary wishlist: Notifictation to more than one recipient Notification to more than one recipient
2014-07-25 11:11:46 Kristina Hoeppner mahara: milestone 1.10.0
2014-07-25 11:12:04 Kristina Hoeppner mahara: status Confirmed Fix Committed
2014-07-25 11:12:11 Kristina Hoeppner tags nominatedfeature
2014-10-21 04:06:33 Aaron Wells mahara: status Fix Committed Fix Released