Reputation: 64737
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
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