Question Answer Plugin

It seems there is a bug with the diary setting when viewing a topic on mobile:

after the post there is a huge white space
can you check @angus ?

@pfaffman I’ve just pushed a fix for this plugin to bring it up to speed with the latest.

https://github.com/angusmcleod/discourse-question-answer/commit/67ffd1a2f05acfac11cd83d8c42fc5833661a827

「いいね!」 4

I love this plugin. Thank you @angus

「いいね!」 3

@scavin Thank you for doing the Chinese translations!

「いいね!」 5

Any news on scrollbar implementation for “one-to-many” layout?

First, very cool plugin. Second, in the sandbox, the “show comments” toggle doesn’t appear to toggle (meaning it just opens, without toggling back to closed if you click it again).

Am I doing it wrong? Do I click something else to toggle?

This isn’t being worked on at the moment, but happy to put it on the agenda if we can get a feature request with more than 5 votes: https://discourse.angusmcleod.com.au/w/feature-request

You’ll need an account on my sandbox to access the wizard.

This is indeed a bug! If you have the time to submit a report here it would be much appreciated: https://discourse.angusmcleod.com.au/w/bug-report

You’ll need an account on my sandbox to access the wizard.

Thanks :slight_smile:

「いいね!」 2

Hi Angus,
We really want to make our formu Q&A so we tried to use your plugin.
Some points:

  1. We get an error in the DevTools - “Could not find widget actions-summary-item in registry”.
    image
    I saw in your Github that you were using it. Is it a bug?

  2. We can’t see the undo button after clicking the vote button. It could be due to my first point, but I’m not sure.

  3. What are the plants on the unlike button?

  4. When a post has comments, it does not have the ‘show comments’:
    image

  5. In your sandbox I noticed that if you click ‘show comments’ you can’t undo it (close the comments section).

Thank you.

「いいね!」 3

Hey @verilog15, those do seem like bugs, if possible could you submit a bug report?

「いいね!」 1

actions-summary-item was removed in FEATURE: Flag count in post menu · discourse/discourse@31e1005 · GitHub

https://github.com/angusmcleod/discourse-question-answer/issues/19

「いいね!」 1

If you use this with the Solved plugin, you can select a comment as the solution. Not ideal, but low priority to fix too.

なぜすべての境界線の長さが奇数なのでしょうか?

@angus さん、素晴らしいお仕事をありがとうございます!私は昨年 2 月に @dalerka さんが着手された続きを続けたいと考えています。私は AskCyberinfrastructure の Discourse のメンテナーの一人であり、トピックごとに複数の投票を可能にするサポートに大変関心を持っています。

具体的には、Reddit や Stack Exchange のような機能を探しています。そこでは、複数の回答に対して「いいね」(アップボート)を付けることが可能です。ボードのユーザーとして、私は複数の回答のサブセットを気に入ることが多く、それらすべてを上位に上げたいと考えています。ここで想定しているのは、ユーザーとして複数の回答を好むことがあり、それに応じて投票できるべきだということです。議論すべき質問は以下の通りです:

  • この種のオプションは、このプラグインの将来のバージョンで可能でしょうか?
  • 同じまたは類似の結果を得るための既存のテクニックはありますか?
  • これがサポートできない場合、このカスタムプラグインを作成するか、ここで PR を提出するための手順は何でしょうか?

私は Ruby プログラミングに詳しくありませんが、新しいことを学ぶのが得意です。もし誰かが一般的な方向性を示してくださるなら、挑戦してみたいと思います。ありがとうございます!

こんにちは、@vsoch さん、ご連絡ありがとうございます!

はい、それはこのプラグインの新しい機能として有望な候補ですね。開発にも協力してくださるとのこと、素晴らしいです!

ここでは、信頼レベルに応じた投票制限のためのサイト設定を追加することになります。

実装への取り組み方は以下の通りです。

  1. マイサンドボックス にアカウントを作成してください。

  2. 機能リクエストのカスタムウィザード を使用して機能リクエストを提出してください。

  3. 実装にご協力いただけるため、この機能リクエストを通常(投票や金銭的貢献が必要となる)ではなく、直接 「タスク」ワークフロー に昇格させます。

  4. タスクトピックで実装方法についていくつかの指針をお伝えし、PR がまとまり次第、さらにフィードバックを提供します。

「いいね!」 3

完了しました!

https://discourse.angusmcleod.com.au/t/qa-add-site-settings-for-vote-limits-according-to-trust-levels/1226

本当にありがとうございます!Ruby の学習を楽しみにしています :slight_smile:

「いいね!」 3

このプラグインをどのように変更すれば、投票機能を維持しつつ、時系列順を保つことができるでしょうか?

さらに、低評価(ダウングレード)機能を追加することは可能でしょうか?

私のケースでは、スレッド全体でトピックの文脈的な時系列を保ちながら、メタデータを通じてポストに投票し、優先順位を付けられる必要があります。

こんにちは @mreach

どちらも優れた機能リクエストですね。こちらからご提出ください:

https://discourse.angusmcleod.com.au/w/feature-request

現在の Discourse でいくつかのバグがあるようです、@angus


1 対多の関係でも同様の現象が発生しています。

投票できません。ランクに関係なく(4 レベルを含む)、全員が常にこのメッセージを受け取ります:

JavaScript を確認すると、post.topic.can_vote が false になっています。インスペクターでこれを true に設定すると、そのスレッド内では移動するまで自由に投票できるようになります。移動して戻るとまた投票できなくなります。つまり、バックエンド側の処理は「正常に動作している」ように見えますが?

「いいね!」 1

@OvermindDL1 ご報告ありがとうございます。どちらも名前空間の問題でした。いくつかの修正をプッシュしましたので、アップデートして再度テストしていただけると幸いです。

なお、信頼レベルの投票制限システム(無効化/有効化)の設定が追加されました:qa trust level vote limits (@vsoch)。

「いいね!」 2

@angus さん、ありがとうございます!今後の簡単なリンクのために、修正点を以下にまとめます:

actions-summary ウィジェットを削除した状態で、まだテスト(およびデバッグ)できていませんが、可能になったら更新情報を追っていきます!

「いいね!」 4