Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(e2e): update json schema and optimize db request Update game la…
…unch process, JSON schema, and data fetching logic (#286) # Pull Request Template ## Description Please include a summary of the change and which issue is fixed. Also, include relevant motivation and context. List any dependencies that are required for this change. Fixes # (issue) ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration. - [ ] Test A - [ ] Test B <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Streamlined game launch process by updating the launch command to a specific button and removing unnecessary player name input. - Enhanced schema for improved functionality, including new properties and modifications for better command execution. - **Bug Fixes** - Normalized key commands from "enter" to "Enter" for consistency in user interactions. - **Improvements** - Optimized data fetching in the game screen to retrieve only relevant fields, enhancing performance. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information