Book a Demo

Author Topic: Extending Requirements with Change History  (Read 3601 times)

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Extending Requirements with Change History
« on: April 03, 2013, 05:20:42 am »
Hi,

we are going to track changes on the requirements, we need a new type "change" with properties:

date
made by  (text)
Status (the status of requirement - copied manually from the request)
comment (text)

The change can occours 0....* times.

Ho to define the tagged value ?

Thanks a lot in advance,

Michel
« Last Edit: April 03, 2013, 05:23:15 am by michel777 »

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Extending Requirements with Change History
« Reply #1 on: April 03, 2013, 06:43:58 am »
Hi,

have a look at:
http://www.sparxsystems.com/resources/demos/webinar/webinar-20130130-extending-ea.html
It makes an example with the in release 10 new wizards regarding stereotypes.


In the community there is also a great contribution regarding stereotypes and tagged values. I think it was from Thomas Kilian (not sure about that).

Best regards,

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Extending Requirements with Change History
« Reply #2 on: April 03, 2013, 07:38:02 am »
I also recommend to watch the presentation (if you're on 10.0). And as noted by Helmut I once published two tutorials: http://community.sparxsystems.com/tutorials/extensibility/intro-creating-mdg-file and http://community.sparxsystems.com/resources/mdg-technologies/improved-mdg-creation
There's also a nice tutorial here: http://www.tigerteam.dk/category/uml/

q.
« Last Edit: April 03, 2013, 07:38:33 am by qwerty »

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Re: Extending Requirements with Change History
« Reply #3 on: July 20, 2013, 12:10:47 am »
Hi,

it is not the question, how to define a tagged value, but how to define an Array of tagged value.

Thanks a lot in advance,

Michel

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Extending Requirements with Change History
« Reply #4 on: July 20, 2013, 08:54:50 am »
This is not really supported. You can have a tagged value appear more than once and you can see them when turning on the option "Show duplicate tags" (AFAIR remember it's somewhere in the general options or in the tagged values options). There is a minimal support for multi value but it tastes strange to me. Also you can have RefGUIDs for multi-value tags.

q.
« Last Edit: July 20, 2013, 08:55:10 am by qwerty »

Michel777

  • EA User
  • **
  • Posts: 228
  • Karma: +0/-0
    • View Profile
Re: Extending Requirements with Change History
« Reply #5 on: August 02, 2013, 06:56:26 am »
Hi,

there is a workaround: using Requirement/Related/Files attributes as follows:

File: YYYYMMDD <source>
Notes: The description of change

e.g.

File: 20130801 Michel777
Notes: He got a good idea for history

Question: would it be possible extend Requirement/Related/ with History ? E.g. to clone Files and adjust ist ? Have I access on metadata of Requirement/Related ?

Thanks,

Michel
« Last Edit: August 02, 2013, 06:57:49 am by michel777 »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Extending Requirements with Change History
« Reply #6 on: August 02, 2013, 07:04:02 am »
Have a look into t_objectfiles. (I should document that table in my Inside book.)

q.