Forum OpenACS Development: Managing Users's Notifications

Collapse
Posted by Victor Guerra on
I added into HEAD some pages for the notifications package. This pages let you manage notifications for a group of users or for a given user.

Now you are going to be able to subscribe a group of users into a given forum for example. Just include in your application a link to:

notifications/request-notification?object_id=xxx&type_id=xxx&group_id=xxx

Note that if the group_id is not provided, you
are going to be able to search users and subscribe them
for a notification for the given object_id and type_id.

if you want to delete notifications of other users for a given object. Just include:

notifications/request-unsubscribe-notification?object_id=xxx& type_id=xxx

I hope this new functionality help you.

Thanks to Natalia Perez from UC3M, who developed this pages.

Regards,
Victor Guerra.