Forum OpenACS Development: Re: 0.1d of a reminder package

Collapse
Posted by Randy O'Meara on
Malte,

Is there a facility in place (in general) to set user preferences as you describe? Or, could the new ams service possibly be used to extend an object type for this?

Collapse
Posted by Malte Sussdorff on
It would be great if there was one single place to setup user preferences, but to my knowledge there does not exist one. Therefore you have two options.

a) Expand the APM with a user_preferences table: "package_id,parameter_id,party_id,value" and store the values there

b) Do it on your own in the reminder package.

I do not thing that the new ams service could be used for this, but maybe the ASM people have more of an insight there.