Forum OpenACS Development: Re: Making organizations subsite aware

Collapse
Posted by Malte Sussdorff on
Hi Alex, we have been facing the same problem with contacts and logger and we are using application_links. This means we link the package_id of the project manager to the package_id of the organization package to make this happen.

We are doing the same with logger. If you want to take a look how it works, make a checkout of contacts, project-manager and logger in HEAD and you will notice the application_links (not to be confused with application data links, that link a specific project to a specific organization or dotlrn community.

Collapse
Posted by Orzenil Silva Junior on
Hi Malte,

i am in process of insert a great quantity of data to project-manager. I started about three weeks ago inserting the data to project-manager in oacs-5-1 branch.

As you and Alex pointed out i need logger package subsite aware (and organizations too). i took a look at HEAD about two days ago and saw there are great enhancements regarding integrating other packages like contacts and file-storage via callbacks and application_links. It is great and thank you for this work. Although the code is under heavy development and in some way is dotlrn specific - there are calls to dotlrn procs in some part of code, but most of them is easy to overcome checking if dotlrn is installed and i could use it with OpenAcs only.

But i saw logger is not yet very integrated with project-manager in HEAD, or am i missing something?

As Logger integration is priority to my work with project-manager could you give me a status of this development on HEAD?

Thank you in advance

\Orzenil