According to the Use case <<view reports>>, can we say that the diagram is correct?

假如想象 提交于 2019-12-11 06:25:15

问题


In my project, users (admins and education expert) are able to see dynamic reports. These reports are created in the Report File Manager.

Now, to draw up a use case view reports, Is the following diagram correct?

It should be noted that the admin are able to view all the reports and the education expert is able to view his self report. Will this change use case diagram?

//////According to the answers,I've drawn a new diagram.


回答1:


The first thing I notice is your strange actor notation which I never have seen anywhere. An actor is shown as simple stickman.

You will need to add a constraint to describe that the admin can view all reports. This could simply be a textual note in curly brackets like { admin can view all reports} attached to the association between actor and UC.

Besides that, think about collapsing all these single CRUD use cases into a single Manage Report since I guess that all are strongly connected. Else you're likely to be struck by the functional-descomposition-syndrome.



来源:https://stackoverflow.com/questions/45451820/according-to-the-use-case-view-reports-can-we-say-that-the-diagram-is-corre

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!