You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Online players should also have a status field, which is an enum, representing what players is doing or where he / she is. The enum have the following values:
UI
BattleWait
Battle
Things to notice
The default value should be set to UI
Tasks
Add body with field status to /online-players/ping POST endpoint
Make status field to be returned from the /online-players GET endpoint
General description
Online players should also have a
statusfield, which is an enum, representing what players is doing or where he / she is. The enum have the following values:Things to notice
The default value should be set to UI
Tasks
statusto /online-players/ping POST endpointstatusfield to be returned from the /online-players GET endpoint