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

WebhookをBotに置き換え #553

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

WebhookをBotに置き換え #553

wants to merge 10 commits into from

Conversation

DO885
Copy link

@DO885 DO885 commented Jul 7, 2024

resolves #377
イベントの作成時、メッセージを投稿しそのmessageIDとeventIDがpostsテーブルに入ります
メッセージにスタンプが付けられた際、postsテーブルを参照して対応するイベントの出席状態が変化します

migrationはよくわかってないので雰囲気で書いてます
自動生成に失敗しているので今のところconverterは手実装になっています:ayase_iyaa:

@DO885 DO885 requested review from ras0q, iChemy and Nzt3-gh July 7, 2024 12:54
@ras0q
Copy link
Member

ras0q commented Jul 7, 2024

メモ #545 でもtraQのbotを作ってaccess tokenを設定していてコンフリクトしているので何とかする

Comment on lines +5 to +8
type Post struct {
MessageID uuid.UUID
EventID uuid.UUID
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eventにtraQのmessageを紐づけるなら新しくテーブルを作らなくてもeventsテーブルにカラムを追加するのでもいいかもしれないです

Copy link
Contributor

@iChemy iChemy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

少しコメントしました.
database のスキーマは確かに新しいカラムを増やすだけでも良いのかなと私も思いました

コメント失敗した

@ras0q
Copy link
Member

ras0q commented Jul 9, 2024

#545 がマージされてTRAQ_ACCESS_TOKENが使われるようになったのでTRAQ_BOT_TOKENではなくこれを使ってほしいです:pray:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

出席を反映するBOTの作成
3 participants