背景
Discourse 团队曾在多处提到,他们致力于改善管理员的使用体验。
我们的工作任重道远,但我们确实在这些问题上投入了大量精力。在上一个版本中,我们特别在站点设置体验上下了功夫。对于即将到来的版本,我们的重点在于更广泛地改善管理员体验,以及提升平台的可扩展性。
问题
Discourse 中有大量的设置项,也有大量的文档。但你不太可能在恰好的时机找到合适的文档。
功能建议
在 Discourse 的设置和菜单中,可以有更多地方链接到对应的文档(位于 https://meta.discourse.org/docs)。
例如,Discourse 安装程序中已链接了一篇关于理解信任级别的博客文章:
Understanding Discourse Trust Levels
The user trust system is a fundamental cornerstone of Discourse. Trust levels are a way of…
但还有很多文档并未链接。
例如,有一篇关于如何删除分类的指南:
本指南介绍如何在 Discourse 中删除分类,包括移动或删除该分类内主题的必备步骤,以及处理“未分类”等特殊情况的说明。
所需用户等级:管理员(若启用了 moderators_manage_categories 设置,则版主也可操作) 在 Discourse 中删除分类包含两个主要步骤: 移动或删除该分类内的所有主题 删除已空的分类 本指南将逐步引导您完成这两个步骤,并说明特殊情况。 移动或删除所有主题 在删除分类之前,必须先移除其中的所有主题。操作如下: 导航至您想要删除的分类。 点击分类主题列表顶部的 Topic 列表图标。 选择您想要删除或移动的所有主题。 点击左上角附近的齿轮图标按钮。 选择一次性删除或移动所有已选主题的选项。 删除已空的分类 移除分类中的所有主题后,请按以下步骤删除该分类: 在主题列表右上角附近找到分类编辑 扳手图标按钮并点击。 [category_edit] 滚动到页面底部,点击 Delete Category(删除分类)按钮。 …
看起来,在显示删除分类按钮的模态框中包含此链接会非常相关/有用。
它可以是一个链接,但并非每种情况都必须是链接——它也可以是一个指向文档的问号按钮,或者是“阅读更多…”等。
Discourse 团队可以浏览文档,从主要文档开始,找出软件中链接到该文档最相关的位置。
(即“即时”提供)
Coding Horror – 17 Jul 14

The “Just In Time” Theory of User Behavior
I’ve long believed that the design of your software has a profound impact on how users behave within your software. But there are two sides to this story: * Encouraging the “right” things by making those things intentionally easy to do. *...
其他软件示例
Ghost(一款开源博客软件)在几个地方提供了文档链接,正好在你需要时出现。
例如,这个“了解更多”按钮链接到相关文档:

Creating discount and trial offers
The offers system in Ghost allows you to convert more paid customers by offering shareable discounts to your audience, as well as offering free trials to your premium tiers. The offers area can be accessed from Settings → Growth → Offers when you...
这里也一样:

Post analytics
Post analytics in Ghost admin gives you easy access to track your audience’s engagement with the content you publish, letting you see what’s resonating (and what’s not) with your readers. To help you get the most out of post analytics, here’s an...
不确定这是否适合放入 Contribute > Feature 或 Contribute > UX,欢迎随意移动它。


