Content
Looking for "Concepts" docs and representative implementations
Added by Graham Wideman 14 days ago
I hope someone can point me in the direction of some docs, video or whatever, that covers the grand conceptual model embodied in OpenProject, and guidance on how to map it to actual work in representative scenarios.
I would hope such docs/videos would introduce all the types of objects (and their attributes) that OpenProject tracks, and would give us a clear picture (possibly a diagram!) of how they all related to each other. So, for example, it would probably center on the Project object, and detail the attributes of a Project, and objects that are subsidiary to Project, such as a collection of Work Packages, a wiki, Gantt charts and so on. Evidently, there can be subprojects, though it's unclear to me the nature of the project-subproject relationship.
At the moment, I see copious documentation of the UI that accesses the underlying data structure in one way or another. But trying to work out the underlying model by inference from the UI is a bit tedious and frustrating.
Part of what I'd like to understand from the underlying model (in conjunction with the UI), is how OpenProject's model best fits to the actual work we would like to track. As just one coarse aspect, what size scope of actual work (duration, complexity, resources etc) best corresponds to an OpenProject Project, versus a Work Package. In trying to use the Trial subscription, it's not at all clear what opportunities or pitfalls there are if a particular piece of work is tracked as a Project, a Subproject, or a Work Package (with subsidiary Work Packages).
As an example, https://www.openproject.org/docs/getting-started/work-packages-introduction/ mentions different Work Package types... but this does not appear to be a built in feature, but rather something users (or admins?) are free to configure, by virtue, for example (I think), of defining a specific set of fields that a certain Work Package type tracks, and a custom set of statuses that such a WP can have, and so on. It would be helpful to know at what level(s) such specifics are defined, as that would be the level that should encompass all WPs to which these specifics can apply.
I'm sure that the answer to this example can be found; that specific is not what I'm interested in. I'm interested in where, in general, all these OpenProject model object-to-obect relationships, and object-attributes are spelled out, so we don't have to resort to inferring them from the UI.
As a related idea -- it would be very helpful to read some case studies that show good implementations of OpenProject at specific different business types. Such as -- a software development company, or an electronic product engineering company, or a building construction company. Not vacuous interviews with middle managers who championed OpenProject to their upper management and now everyone is happy. I'm talking about giving us a description of how tasks or products or whatever at that company are mapped to specific OpenProject features (model objects), what workflow that mapping facilitates (or fails to facilitate), and so on. If this exists already I'd love to see it.
Thanks for any input on any of the above!
Replies (3)
Hi Graham,
if it is the fundamental software architecture which you want to understand better, this part of the documentation might be interesting for you:
https://www.openproject.org/docs/development/
It includes lots of different topics about the development setup, the architecture [1] or the design system used.
When it comes to case studies, our blog could be a great way to explore how others use OpenProject:
https://www.openproject.org/blog/tags/cases/
Best,
Alexander
[1] https://www.openproject.org/docs/development/application-architecture/
I appreciate you taking the time to comment. However, it seems you have misunderstood my request.
No, I don't care about the architecture of the OpenProject software (well, not in this question).
OpenProject presents to users a realm of trackable things (Projects, WorkPackages and their attributes etc etc). I am looking for some document that spells out explicitly what objects are in that model, how they related to each other, and what attributes they have. That model is of course implemented in the OpenProject software, and so must appear somewhere more or less explicitly in the application structure, which might or might not be considered "architecture". It's not on the "Application Architecture" diagram that you linked to, which deals with those aspects of application structure pertaining to just being a web-based application.
So far as I can tell, those are all marketing documents, of the type I explicitly said I am not interested in: "Not vacuous interviews with middle managers who championed OpenProject to their upper management and now everyone is happy."
Rather, what would be helpful is: "giving us a description of how tasks or products or whatever [domain items] at that company are mapped to specific OpenProject features (model objects), what workflow that mapping facilitates (or fails to facilitate), and so on"
Thank you for clarifying!
I am afraid the documentation does not display such an overview within a specific document or diagram at the moment.
The best resources to start with are probably the _Development_ and _API_ sections of the documentation. [1][2][3]
[1] https://www.openproject.org/docs/development/#develop-openproject
[2] https://www.openproject.org/docs/api/#openproject-api
[3] https://www.openproject.org/docs/development/faq/#is-there-an-er-diagram-entity-relationship-diagram-for-openproject