如何在 SketchFlow 中跟踪多个用户反馈?
在这里寻找最佳实践...我希望允许多个用户针对单个 SketchFlow 项目提供反馈。 他们还希望有这种能力,以便他们可以看到其他人的注释。 我意识到他们现在可以很好地做到这一点,但是有没有办法区分哪些反馈属于给定用户?
在我看来,有两种可能的解决方案,两者似乎都有点混乱:
单个 .feedback 文件 - 要求用户每个人使用自己的颜色(即汤姆总是使用红色,莎莉总是使用蓝色等)。 .或者,要求用户在反馈语句中包含他们的姓名缩写。
单独的 .feedback 文件 -- 将 SketchFlow 项目发布(复制)到单独的文件夹中,每个用户一个文件夹。 虽然这肯定会区分用户反馈,但他们将无法看到其他用户的反馈。
Looking for the best practice here... I would like to allow multiple users to provide feedback against a single SketchFlow project. They would also like this ability so that they could see everyone else's annotations. I realize that they could very well do this now, but is there a way to distinguish what feedback belongs to a given user?
It seems to me that there are two possible solutions, both seem a bit kludgey:
Single .feedback file -- Ask users to each use their own color (i.e. Tom always uses red, Sally always uses blue, etc)...or, ask users to include their initials in their feedback statements.
Individual .feedback files -- Publish (copy) the SketchFlow project to individual folders, one folder for each user. While this would definitely distinguish user feedback, they would not be able to see other users' feedback.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
技术的发展和进步之快令人惊叹! 随着刚刚发布的(2010 年 6 月 7 日)SketchFlow/Blend 版本 4 的出现,有一种更优雅的方法来处理这个问题。 SketchFlow 3 遵循中心辐射型方法,多个审阅者可以提交反馈,但只有设计师可以看到所有反馈。 SketchFlow 4 允许您一键发布到 SharePoint,所有审阅者现在都可以看到彼此的评论。 不过,(次要)缺点有两个:
如需进一步阅读,我将引导您阅读以下内容:
It is amazing how fast technology evolves and improves! With the advent of the just-released (June 7, 2010) SketchFlow/Blend version 4 there is a much more elegant way to handle this. SketchFlow 3 followed the hub-and-spoke approach, where multiple reviewers could submit feedback, but only the designer could see them all. SketchFlow 4 lets you publish to SharePoint with one click, where all reviewers may now see each others' comments. The (minor) drawbacks, though, are two:
For further reading, I direct you to these:
您是对的,这些是当前的两个选项。
You are correct that those are the 2 current options.