Is there such a thing as a methodology for modelling an Organisation?
I'm working with a Client who's Customers are a variety of Organisations. The Client offers a product of which there are a trillion different variations (ok, not quite that many) and the goal is to produce one more that will be capable of incorporating many, if not all, of these variations.
The key difference between all these is the organisational structure and hierarchy of the Customer. For example, one Customer may have organisational units such as head-office, regions, branches and departments with a nice, tree-like hierarchy. Yet another might have the same units, but the regions and branches are at the same level in the tree, with no direct relationship between the two. There are different names for the units too, for example Head Office -> Site -> Team (but this is just semantics, I suppose).
Users are often associated with organisational units such that their "responsibility" is to units at or below in the hierarchy.
Data (actually, feedback from the Customers' Customers) is attributed to organisational units and one of the core functions of the product is reporting of aggregate metrics derived from the data.
This data can be compared and filtered based on hierarchy and unit. A few examples of questions that might be asked of the data are:
- which department has the highest score in region X?
- which user, associated with a unit at regional level is responsible for branch Y?
- calculate the score for the current user associated with branch Z?
I'm aware that there are common ways to represent a tree-like structure in a relational database.
What I would find really helpful is any pointers to any theory or research into how one might approach the problem of representing differing tree-like structures in one place.