Book a Demo

Author Topic: Constraints sections in RTF  (Read 4158 times)

EA_Nj

  • EA User
  • **
  • Posts: 48
  • Karma: +0/-0
    • View Profile
Constraints sections in RTF
« on: August 28, 2002, 12:48:34 pm »
This is more for the developers at EA.

When I generate Use Case document in RTF, there are two things that really confuse our business users.
1. The status of the precondition and postcondition print out for every constraint. e.g. Proposed Precondition etc.
Is there a way to turn this off so that only the constraint type prints out?

2. If I have multiple constraints e.g postcondition and precondition, I would the RTF to have a section called Preconditions or PostConditions and group these multiple post/pre conditions withing that group.  So the output in RTF should be:

PostConditions
1. ...
2...
3...

PreConditions
1.
2.
3.


How can I do this in EA?

Thanks

PhilR

  • EA User
  • **
  • Posts: 87
  • Karma: +0/-0
    • View Profile
Re: Constraints sections in RTF
« Reply #1 on: August 28, 2002, 09:34:17 pm »
We are using MS Word macros to clean up the rtf generated by EA.  A sort of "post processing" step.  Not very elegant but does give total control over the output.

Phil.

jaimeglz

  • EA User
  • **
  • Posts: 164
  • Karma: +0/-0
    • View Profile
Re: Constraints sections in RTF
« Reply #2 on: August 29, 2002, 11:26:58 am »
This is probably not what you are expecting, and it is indeed a simplistic solution  ;D . But, this is how I do it, and I hope it works (at least transiently) for you.

The Constraints tab for use cases has a pair of buttons with "pointing finger" icons. Click on your first "Proposed" precondition, then use the button pointing "up" to put it at the begining of the list. Proceed to group all your "Proposed" preconditions together, your "Mandatory" ones after these, and so on... Then gorup your post conditions, and whatever other constraints you have.

What I obtain in the RTF is very clear for non-technical users, and should not confuse them at all. The following example is from a community census (this is a real system, for a municipality in the state of Oaxaca):

Take census

Alias: Interview familiy and fill forms
Type: Use case
Status: Approved...

The person in charge of taking the cesus visits a family, at the family's home, and interviews individual members in order to fill in the information required in the forms.

Constraints
. Mandatory Pre-condition . Train persons in charge of taking census.  
. Mandatory Pre-condition . Have the required pre-printed forms.  
. Mandatory Post-condition . Check that number ("folio") in individual forms correspond to the family's consecutive ("folio") number.  

I hope this helps.

Jaime Gonzalez