Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【実装】スレッド表示ページ #8

Closed
11 tasks done
Aki158 opened this issue Jan 5, 2024 · 3 comments
Closed
11 tasks done

【実装】スレッド表示ページ #8

Aki158 opened this issue Jan 5, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Aki158
Copy link
Owner

Aki158 commented Jan 5, 2024

  • ステップ1.
    • すべての返信が表示される
    • ページの先頭にスレッド情報が表示される
    • スレッドへの返信(画像の使用は任意)
       返信は、reply_to_id 属性を使用してメインスレッドの post_id を参照する
  • ステップ2.
    • リアルタイムでユーザーが返信したら画面がリアルタイムで更新される
    • ユーザーが返信したら、ページの上部に「新しい返信があります」と表示する
    • 返信数が100を超えたら返信できなくなる
      • ページの上部に返信できなくなることを表示
      • ポストするボタンの無効化
  • Ratchetライブラリを試してみる
@Aki158 Aki158 added the enhancement New feature or request label Jan 5, 2024
@Aki158 Aki158 self-assigned this Jan 5, 2024
@Aki158
Copy link
Owner Author

Aki158 commented Jan 10, 2024

Ratchetライブラリを試してます。
CLI上でのメッセージのやりとりはできました。
今回のRatchetを使用してやりたいことは、ステップ2です。
そこで、ブラウザ上でRatchetを利用するには、Zero MQをインストールする必要があるのですが、
下記コマンドを実行すると、エラーが出力されて環境構築ができません。

sudo pecl install zmq-beta

エラー

make: *** [Makefile:210: zmq.lo] エラー 1
ERROR: `make' failed

Aki158 added a commit that referenced this issue Jan 11, 2024
Aki158 added a commit that referenced this issue Jan 15, 2024
Fixed processing related to threads and replies
Aki158 added a commit that referenced this issue Jan 17, 2024
@Aki158
Copy link
Owner Author

Aki158 commented Jan 17, 2024

実装完了しましたので、クローズします。

@Aki158 Aki158 closed this as completed Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant