Discourse Policy

||||
-|-|
:discourse2: | 概要 | Discourse Policy は、ユーザーが特定の事項を確認または実行したことを確認できる機能を提供します。オプションでリマインダーを送信することも可能です。
:open_book: | インストールガイド | このプラグインは Discourse コアにバンドルされています。プラグインを個別にインストールする必要はありません。

機能

Discourse Policy はアンケートと多くの共通点がありますが、グループのメンバーがボタンをクリックして特定のポリシーを承諾することを確実にすることを目的としています。

アンケートと異なる特定の機能があります:

  1. グループに対して適用される必要があります

  2. オプションで、グループのメンバーに対して週次または日次でポリシーを承諾するよう促すことができます。

  3. UX により、誰がポリシーを承諾し、誰が承諾しなかったかを非常に簡単に確認できます。

設定

スクリーンショット

承諾クリック前

右上の「グレー」の人物をクリック後

承諾クリック後

ポリシーの作成

Discourse Policy は、カスタム [policy] BBCode 要素を登録します。つまり、ポリシーを表示したい投稿内でこのコードブロックを書く必要があります。

[policy group=founders reminder=daily]
承諾するまで毎日うざがられるこのポリシーに同意します
[/policy]

この場合、ポリシーは founders グループに適用され、ポリシーを承諾していないすべてのユーザーに日次でリマインダーが送信されます。

サイト設定

policy_enabled : サイトで discourse policy プラグインを有効にする。

policy_restrict_to_staff_posts: ポリシーはスタッフの投稿にのみ表示可能にする。

policy easy revoke: 承諾ボタンと取り消しボタンを同時に表示する。

BBCode 属性

[policy] 要素は以下の属性を受け取ることができます。

  • group: ポリシーが適用されるグループ名 必須
  • version: ポリシーのバージョン番号。すべてのユーザーにポリシーの再承諾を要求するには番号を増やす
  • reminder: グループのユーザーにポリシーの承諾を促す(週次または日次)。オプション。デフォルトはオフ
  • accept: 承諾ボタンに使用するテキスト。デフォルトは「ポリシーに同意」
  • revoke: 取り消しボタンに使用するテキスト。デフォルトは「ポリシーを取り消す」
  • renew: ユーザーがポリシーを再承諾する必要がある日数、または期間を表すテキスト(月次、四半期、年次)。
  • renew-start: 更新が開始される最初の日付。例:17-10-2017。半年ごと(1月、6月)などに更新頻度を設定したい場合に有用
  • add-users-to-group: 単一のグループ名を受け取ります。ポリシーを承諾したユーザーは自動的にこのグループに追加されます(ポリシーが手動で取り消された場合、またはポリシーのバージョンが更新された場合、ユーザーはグループから削除されます)
  • private: 承諾したユーザーと承諾していないユーザーを非表示にする

:information_source: ポリシーリマインダーの確認 を行うバックグラウンドジョブは6時間ごとに実行されます。reminder 属性が週次または日次に設定されている場合、ポリシーを承諾していないユーザーには、過去1週間(または1日)以内にそのポリシーのリマインダー通知をすでに受信していない場合に限り、ポリシーの承諾を促すリマインダー通知が送信されます。 のみ

使用例

基本的なポリシー:

[policy group="team" reminder="daily" accept="承諾" revoke="無視" version="1"]
このポリシーを読み、理解し、承諾しました。
[/policy]

改訂番号を増やして、全員が更新内容を読むことを要求:

[policy group="team" reminder="daily" accept="承諾" revoke="無視" version="2"]
このポリシーを読み、理解し、承諾しました。(最終更新日 [date=2020-04-23 timezone="America/Los_Angeles"])
[/policy]

定期的な監査タスク:

[policy group="audit_committee" reminder="weekly" renew="90" renew-start="01-07-2019" version="1" accept="割り当て完了"] 
四半期ごとの監査タスクに担当者が割り当てられていることを確認しました。
[/policy]

変更履歴

今後の予定

  • 新規ポリシーに対するオプションの即時リマインダー
  • 特定のグループがポリシーを適用できるようにする可能性(スタッフ権限の拡張)
「いいね!」 65
How to make users to explicitly agree to ToS
Have-to-read topics? (or RSVP topics)
Plugin to maintain group membership based on accepting a Policy
Ability to view if PM has been read (Moderation ability?)
Group Membership base on accepting a Discourse Policy
Force existing users to accept ToS
How to get email notifications when new users have signed up?
Improving Discourse Policy for large groups
Dashboard Report - Unaccepted Policies
Is there a plugin that helps with Age Verification on the site?
Restrict posting in a category until they "like" a topic
Restrict posting in a category until they "like" a topic
Topic should be a notification
Plugin or other option to require a post and a like?
Watching category mandatory
Policy reminder cannot be left empty
Bundling more popular plugins with Discourse core
Age prompt for NSFW catagories
Button to join group on post
Bump topic with API
Publish group read state
Delivered and read notifications?
Habit tracking within Discourse...is it possible?
Changing policy texts
Agree to additional terms before joining group
Know who has viewed your post
How can I compare arbitrary revisions of a post?
Require accepting new terms (after changes) as a modal inside forum
Tips into building a community aside a variety of already existing tools
How to force existing users to accept ToS
Plugin to gather approvals / signatures on an initiative?
Recommnded plugins for supporting a tech community run by a big enterprise?
AUP location
I can't display my policy
Best practices for communicating to user base