Forum OpenACS Development: Response to ACS 4 Module Services: Whats New, Merging Users, etc

Just a couple of notes on the api: Most of the services are user oriented. So procs that do the following things would be nice:

1. Centralizing user maintainance:

  • Proc to delete all rows referencing a user id
  • Proc to change a user id to some other id (merging users)
  • Proc to list all content a user has contributed in the module user contributions)
  • Proc to list "tasks" for a user. Things they need to respond to.
2. Centralizing content (this may be taken care of in the content repository)
  • List new "content" since date (with optional admin tool)

    Thats what I was thinking about today. cheers,