andymeneely / dev-fortress-server

MIT License
4 stars 0 forks source link

Teams can select or deselect pending actions for a round #76

Closed ShaydeNofziger closed 7 years ago

ShaydeNofziger commented 7 years ago

Fixes #75

Description

This PR adds select_action and deselect_action event listeners to Team sockets. Additionally, an emitter has been created which emits the selected_actions_update event to all sockets in the game_[ID] room.

Includes the following changes/additions:

Example Client Emit/Reponse

Known Issues

Code coverage for Socket Team Controller

Before After
42.11% 82.93%