管理员可以登录并标记想法已经实现,并可以奖励发布该想法的员工。以下是要求:
Users should be able to login.
Users should be able to post a new idea.
Users should be able to search for and view other ideas
Users should be able to comment on ideas
Users should be able to upvote ideas
Administrators should be able to mark ideas as implemented
Administrators should be able to delete unwanted comments你们觉得我的图表正确吗?我是UML的新手,所以你们可以取笑我!
发布于 2014-01-23 17:14:19
这是一个不错的开始。仅限:
generalization连接-空三角形箭头从管理员到用户。或者OtherUser (如下所示)。- the name is not good, IMHO.
- They have all options of users, don't they? So they have to descend from Users
编辑:
https://stackoverflow.com/questions/21294825
复制相似问题