Re: 1 cset was pushed to modules/pubsub: bug 2090 - update and delete hooks...
Marcel van der Boom <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
mikespub wrote: > Ah - OK. Not sure if what I've done already covers everything you need, since > I've concentrated on the particular problem of subscribing to new comments for > a particular module item. > > So if you can tell me what you're looking for, I continue working in that > direction :-) The specification of the usecase which i made the note for: "An account page which can be filled with information on an "ad-hoc" basis, where the set is "monitored" and if changes occur to any of the items listed on the account page, an action is triggered such as sending an email or a change of presentation of pages on the next visit. The types of items to monitor are not pre-determined and should be able to come from any module or dd object which can be identified by the pseudo mod/type/id paradigm. Both a programmed interface and a UI equivalent should be available" Based on that spec, (pub)sub on item id seemed the most obvious route to explore. marcel