Use Case Diagrams - should I create a diagram just for a view business rule?

Posted by Periback on Programmers See other posts from Programmers or by Periback
Published on 2013-07-01T01:34:19Z Indexed on 2013/07/01 4:28 UTC
Read the original article Hit count: 257

I'm modeling a UCD where I have two actors ( a content producer and a developer).. the content producer is going to create and specify details of a storyboard functionality, and the other actor (developer) will only be able to view this storyboard ( he'll log in the application and read the storyboard to start developing what it says, outside the application..) I'm working on the specification of this storyboard functionality and I'd like to know it would be like a best-practice if I describe something like "

actor- developer", "UCD - read scenes of storyboard"

.

This is the specification of an application I developed for my thesis and they asked me to add some specification...

© Programmers or respective owner

Related posts about uml

Related posts about modeling