Book a Demo

Author Topic: Building project tree with custom folders  (Read 2453 times)

terje

  • Guest
Building project tree with custom folders
« on: January 23, 2006, 12:20:15 am »
Hi,

Our company is considering moving all the project models into one large EA model (SQL based).

In order for this to work, we need to divide all the models into a structure that corresponds to our customers and projects. For example to have the root nodes being customers, and under these nodes each project for the customer. And under these projects, the usual UML views shold be located

Is this possible? Do you see any other problems with moving all models into one large?

mvh
/Jakob

Joel_Melan

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Building project tree with custom folders
« Reply #1 on: January 23, 2006, 01:54:13 am »
Yes, it's possible to have a multi-project repository on DBMS !

We're using it !

You just have to create a standard tree structure for each elementary project, export it's package in XML  [right-clic a package and Export Model to XMI] ans then re-import it for each new project
BUT with the absolute necessity to TICK the "strip GUID's" option of the Import Model from XMI function !

otherwise you crash all the existing projects !  ;D ;D

some limitations : all customisations are "collective" !
- security can be actived but visibilty is global : each project member can see other projects (even if he can't modify it !)

- alternate images are collective : the images of projectA are in the list of images for projectB

- the same for stereotypes, template for documentation, ...

Joel
Joel MELAN, Casino IT

terje

  • Guest
Re: Building project tree with custom folders
« Reply #2 on: January 23, 2006, 08:02:32 am »
Thanks for your answer Joel!

One question: How do you organize your project tree then? If all projects gets its own package, where are these located. As I wrote before, I am intereseted in having a customer/project tree structure to organize the models.

Best regards
/Jakob