Forum OpenACS Development: Re: To design a reminders package or enhance acs_events package to do it

Should the reminders table be created as an ACS object type, i.e. set up with acs_object_type__create_type()?

Secondly, should entries in the reminders table be their own objects (which would make the first answer a definite 'yes')?

For the moment, this table doesn't seem to require any of that stuff, since it simply ties together already existing objects with a party and a message.  It will be a service, and entries will be created or modified by other packages that want to set up reminders.  Therefore, having its own permissions model seems unnecessary.

I'm in the process of writing the SQL creation code.