Open Issues Need Help
View All on GitHub 開発環境と本番環境のバックエンドの自動切り替え機能 4 months ago
AI Summary: Implement a configurable backend connection for development and production environments. This involves creating a configuration file to manage backend URLs, developing an automatic switching mechanism between environments, and building a user interface to display the currently active backend connection.
Complexity:
4/5
enhancement help wanted frontend backend
カウントダウン周りの処理の根本的な問題修正 4 months ago
AI Summary: Refactor the countdown logic to differentiate between pre-game and end-game countdown events received from the server. This is necessary to correctly display the countdown and fix existing issues with the countdown display.
Complexity:
4/5
bug help wanted frontend backend