Skip to content

Websocketのスキーマを作成 #177

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

Merged
merged 5 commits into from
Jul 17, 2025
Merged

Websocketのスキーマを作成 #177

merged 5 commits into from
Jul 17, 2025

Conversation

hikuohiku
Copy link
Collaborator

@hikuohiku hikuohiku commented Jul 4, 2025

websocketのスキーマ作りました。

OrderとDonの二つチャンネル作ったけど、Donの方はいらないかもしれない。

一つ気づいたことがあって、状態はDB的にはdonについてのみ定義していてそれで良さそうだけど、
ドメイン的にはorderにも状態があった方が良さそう(order単位で状態を考える場面が結構ありそう)です。

あとopenapiとasyncapiのドキュメントをgithub pagesで見れるようになるactionsも追加しました

ここからUIで見れます:https://studio.asyncapi.com/?share=7e6d3ded-ab7d-4897-820e-9948b3c8f396

@hikuohiku
Copy link
Collaborator Author

CI落ちているのはOpenapi側のvalidationが落ちているからなのでいずれ誰かが修正するやつです

@hikuohiku hikuohiku linked an issue Jul 4, 2025 that may be closed by this pull request
@hikuohiku hikuohiku requested review from woodnx and Atotti July 4, 2025 09:19
@hikuohiku hikuohiku self-assigned this Jul 4, 2025
Copy link
Member

@woodnx woodnx left a comment

Choose a reason for hiding this comment

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

packages/apipackages/spec にすればいいと思います

@hikuohiku hikuohiku force-pushed the feature/websocket-schema branch from 3be89a7 to 0d7e750 Compare July 17, 2025 15:49
@hikuohiku
Copy link
Collaborator Author

lintのCI落ちてますがopenapiの部分なので一度マージします。こちらで対応PR出します

@hikuohiku hikuohiku merged commit 6dd939f into main Jul 17, 2025
1 check failed
@hikuohiku hikuohiku deleted the feature/websocket-schema branch July 17, 2025 15:51
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.

【WebSocket】スキーマ定義
2 participants