Hi
I've been trying to wrap my head around this for a few days, and I'm not really sure that my approach is the right one.
I'm making an intranet for approx. 50 small companies in an office building. We need to share company info (phone, company type etc.), employee info (direct phone, email etc.), general info about practicalities, canteen menus and such.
Somehow I need to tie a user to a company. How do I do this the best way?
A company should have one (1) node, to display misc. company info and a list of employees (drupal users).
An employee (drupal user) should have a user profile page to display misc. user info.
I'd like the user to choose a company when registering - maybe from a dropdown list. It is required to choose a company.
The companies are created by an admin, but should be editable by the users tied to the company.
Security is not really an issue. We are pretty open about things around here and no sensitive info is going in the intranet.
I've been surfing the modules lists and reading just about all nodes on drupal.org containing the word 'intranet' ;o) but most intranet solutions seem to apply only to one company at a time.