dpi / courier

Courier is a Drupal module providing a framework to send messages to entities.
https://drupal.org/project/courier
GNU General Public License v2.0
8 stars 3 forks source link

added a list of message queue items #34

Open edurenye opened 8 years ago

edurenye commented 8 years ago

Pull request for issue: #31

Here you can see how it look like: 31-queue_items_list

Later we will add the empty queue button there. And also maybe add operations like send a message without sending all or remove one concrete message.

dpi commented 8 years ago

Sorry I left this PR lingering for too long. I don't think I will add a pre-made view because its a pain in the ass to maintain, especially when I anticipate 99% of sites not needing such a function.

Sites, modules, or install profiles can choose to bundle a view if they think it necessary.

I think we should refocus efforts on improving views integration.