| 摘要 | 在用户卡上显示响应时间 | |
| 存储库链接 | \u003chttps://github.com/communiteq/discourse-user-response-times\u003e | |
| 安装指南 | 如何在 Discourse 中安装插件 | |
| 赞助商 | @WorldIsMine | |
| \u003cbr\u003e |
功能
此插件确定用户通常需要多长时间回复其 PM,并将其显示在用户卡上。
响应时间每天重新计算,并基于用户在特定时间间隔内回复其 PM 所花费的时间。管理员用户将被排除在外。
配置
| 设置 | 功能 |
|---|---|
user response times mode |
确定使用的算法。可以是 percentile(百分位数)或 average(平均值)。默认为 percentile。 |
user response times percentile |
与模式 percentile 一起使用。确定计算中使用的百分位数。范围 1-100。100 是最大响应时间。50 是中位数。推荐(也是默认)值为 80。 |
user response times days |
计算回溯的天数。默认为 60。 |
更改这些值后,您需要手动触发 Jobs::UpdateResponseTimes 作业(或等待最多 24 小时)。
