Book a Demo

Author Topic: Any way to change the order of the documentation ?  (Read 5507 times)

colinc

  • EA User
  • **
  • Posts: 62
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Any way to change the order of the documentation ?
« on: March 28, 2005, 04:49:36 pm »
I was wondering if it is possible to change the order elements are added to the documentation produced.

I looked through templates but it doesn't seem to be able to.

Basically I would like the scenarios to appear before the requirements in use case generation, so that people read through the drill down process in a natural progression.

slavko

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Any way to change the order of the documentati
« Reply #1 on: March 28, 2005, 11:47:58 pm »
I found it  most useful to produce documentation with the class element stereotyped as DocumentModel  (I think this is documented in the help files).  With this approach you can control the order of elements that are generated during RTF.  What I do is produce a package for requirements, use cases, structure, etc. and put them the documentation class element in the order I want the document to be read.

Hope it helps.

Slavko

thomaskilian

  • Guest
Re: Any way to change the order of the documentati
« Reply #2 on: March 29, 2005, 01:58:33 am »
Slavko,
I could not find an entry for DocumentModel. So I do not understand really what you explain. Isn't the documentation order not simply reflected by the ordering the browser tree?

slavko

  • EA Novice
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Any way to change the order of the documentati
« Reply #3 on: March 29, 2005, 02:09:46 am »
Sorry for not being more detailed,   the help file refers this as a “Virtual document” look under the documentation help.  I’ve attached an excerpt


You can create "virtual documents" in EA. This allows you to set up document objects and insert any packages you wish into the document. For example, you could create a document which includes a Sequence Diagram package and a Code Engineering packages (these packages are included in the EA example model file).  


To create a virtual document, you first need to Create a document object, Add Packages to Your Document Object, then Generate the Document.  

You can include any combination of packages, and add or delete packages as required. You can also Rearrange the Package Order within the documentation.  

The document will obtain its contents dynamically - ie. you don't need to update the document if you make a change to one of the packages included in it.  

Tip: You can create as many document objects as you wish, for as many combinations of packages as required. You can include the same package in multiple objects.  


-Slavko

colinc

  • EA User
  • **
  • Posts: 62
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Any way to change the order of the documentati
« Reply #4 on: March 29, 2005, 02:58:16 am »
Cool, that makes sense.

In fact I could use the same process with standard use cases; use two templates with different items switched on and include them into the dynamic document.

Thanks, Colin

thomaskilian

  • Guest
Re: Any way to change the order of the documentati
« Reply #5 on: March 29, 2005, 06:07:14 am »
Thanks too, I remeber having read about it once but forgot about that feature (Easter time again ;)).

colinc

  • EA User
  • **
  • Posts: 62
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Any way to change the order of the documentati
« Reply #6 on: March 30, 2005, 05:20:17 pm »
It would be a nice feature if we could add these virtual documents to another virtual document. In that way it becomes possible to have target complete documentation for a particular group but also generate complete documentation.


I guess the way to do this at the moment would be to create an external word document that links all the subdocuments together - a bit messy and easy to miss for maintaining.

thomaskilian

  • Guest
Re: Any way to change the order of the documentati
« Reply #7 on: April 01, 2005, 03:17:52 am »
When following the documentation EXACTLY it works as desired. But when you press F8 instead of using the drop down menu, the documentation does do not what you want. I can't imagine any reason for this behaviour and think, this should be corrected. (However, this is a great feature :))
« Last Edit: April 01, 2005, 03:18:11 am by thomaskilian »