IAdapter
IAdapter

Reputation: 64737

How to create a feature diagram?

I have a big side project that I do now for 3 years. It has a lot of extra small tools to help me do tasks. Most of those tools are so old that I forgot what I have there.

How to create a feature diagram to have easy reminder of what features are available ?

Is there some special UML diagram notation for it?

How to do it? I think graphic version would be better than a readme text file.

Upvotes: 1

Views: 728

Answers (1)

Michel Keijzers
Michel Keijzers

Reputation: 15357

Normally features are shown in use case diagrams in UML.

The use cases can later be used for creating sequence diagrams etc.

Upvotes: 1

Related Questions