-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
リクエストを送ったら、チャットでメッセージが送れるようになる (#538)
# PRの概要 close #499 ## 具体的な変更内容 - ユーザーがリクエストを送ると、マッチングしてなくてもチャットはできる状態となる - この時、このユーザーをacceptしますか?というモーダルが常にチャット欄に出て、YESだったら、そのモーダルは消えてチャット可能、NOだったら、チャットは消える。 ## 影響範囲 サーバー側で、リクエストに関する制限を緩めた。 ## スクショ <img width="298" alt="スクリーンショット 2024-12-02 17 59 23" src="https://github.com/user-attachments/assets/73f40604-99fd-4547-abf2-2dbb79647ab8"> <img width="298" alt="スクリーンショット 2024-12-02 17 59 28" src="https://github.com/user-attachments/assets/80ef6ca9-acb6-4f62-8c8e-1784f7471450"> <img width="298" alt="スクリーンショット 2024-12-02 17 59 35" src="https://github.com/user-attachments/assets/49016809-d122-4695-8f51-e3b6d29d2ce9"> ## 補足 ## レビューリクエストを出す前にチェック! - [ ] 改めてセルフレビューしたか - [ ] 手動での動作検証を行ったか - [ ] server の機能追加ならば、テストを書いたか - 理由: 書いた | server の機能追加ではない - [ ] 間違った使い方が存在するならば、それのドキュメントをコメントで書いたか - 理由: 書いた | 間違った使い方は存在しない - [ ] わかりやすいPRになっているか <!-- レビューリクエスト後は、Slackでもメンションしてお願いすることを推奨します。 --> --------- Co-authored-by: aster <[email protected]>
- Loading branch information
1 parent
3d751bc
commit 7a845bb
Showing
9 changed files
with
232 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.