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

[FE]シュミレーターの椅子を切り替えれない代わりに、3つの椅子をページとして用意する #598

Merged
merged 18 commits into from
Dec 5, 2024

Conversation

imamiya-masaki
Copy link
Contributor

@imamiya-masaki imamiya-masaki commented Dec 3, 2024

今の実装だと、椅子が一台しかないので、競技者3人がブラウザで操作することが不可能になる
これに関しては、例年の方針を採用することで解決できそう (クッキーはオリジン単位なので)

参考: https://gist.github.com/mackee/4320c18919c8f6f1867849378a17e651#%E5%8B%95%E4%BD%9C%E7%A2%BA%E8%AA%8D%E3%81%AE%E3%81%9F%E3%82%81%E3%81%AEhosts%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E8%A8%AD%E5%AE%9A

2024-12-04.10.48.06.mov

@imamiya-masaki imamiya-masaki changed the title [WIP]シュミレーターの椅子を切り替えれない代わりに、3つの椅子をページとして用意する [FE][WIP]シュミレーターの椅子を切り替えれない代わりに、3つの椅子をページとして用意する Dec 3, 2024
@imamiya-masaki imamiya-masaki changed the title [FE][WIP]シュミレーターの椅子を切り替えれない代わりに、3つの椅子をページとして用意する [FE]シュミレーターの椅子を切り替えれない代わりに、3つの椅子をページとして用意する Dec 4, 2024
@imamiya-masaki imamiya-masaki self-assigned this Dec 4, 2024
@@ -10,12 +10,12 @@ declare const __INITIAL_OWNER_DATA__:
name: string;
token: string;
}[];
targetSimulatorChair: {
simulatorChairs: {
Copy link
Contributor

Choose a reason for hiding this comment

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

処理が少し散らばっているのが気になりました

when?: DomainName にしてマッチしたときに利用するという処理はどうでしょうか?

@imamiya-masaki imamiya-masaki merged commit 6047416 into main Dec 5, 2024
2 checks passed
@imamiya-masaki imamiya-masaki deleted the multi-simulator branch December 5, 2024 02:42
@narirou narirou restored the multi-simulator branch December 5, 2024 14:48
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.

2 participants