电子商务网站的 UML 活动图
我正在尝试为电子商务网站制作活动图。该网站的大部分内容已经开发完毕,但由于该网站的复杂性,我发现制作其图表的任务是一项乏味的任务。我已经开始研究它,但可能需要几天时间才能完成。
是否有电子商务网站活动图的示例可以帮助指导我?
I'm trying to make an activity diagram for an eCommerce site. Most of the site has been developed already, but I find the task of making its diagram a tedious one because of the site's complexity. I've started working on it but it would probably take me days to finish it.
Are there any examples of activity diagrams for eCommerce sites out there that could help guide me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于除了非常简单的网站之外的任何其他网站,我不确定构建完整的活动图是否是一项有用的投资。
您提到它是向客户展示进展的一种方式。我已经用于类似的目的,但倾向于拆分如下:
我从来没有花费超过一天的时间来创建图表 - 通常是几个小时。它似乎有效,因为它提供了高级概述,而电子表格则提供了详细信息。该图也往往不太不稳定 -->更少的维护。
根据您的开发流程,您可能不需要电子表格(例如,如果使用 xplanner 等规划工具,您可以直接从中生成进度报告)。
嗯。
For anything other than a pretty simple site, I'm not sure building a complete Activity Diagram is a useful investment.
You mention it as a means to show progress to a client. I've used for similar purposes but tend to split as follows:
I've never had the diagram take more than a day to create - usually a few hours. It seems to work because it provides the high-level overview while the spreadsheet(s) have the detail. The diagram also tends to be less volatile --> less maintenance.
Depending on your dev process you many not need the spreadsheets (e.g. if using a planning tool such as xplanner etc. you can generate progress reports straight from that).
hth.