TreffnonX

Results 15 issues of TreffnonX

Superclass members are not included in the JsonObject generated from an object with toJsonObject. Setup: ``` class A (val uuid: UUID) { var name: String = "Something" } class B...

Fix and test update for toJsonObject-method. toJsonObject previously did not include parent class members. The update ensures that members of the parent class are included in the JsonObject.

_This suggestion depends on the introduction of a playtak internal ranking._ If the server recognizes where a connection comes from (websocket port/ websockify port), it could base the information whether...

The private chat room is automatically opened once a private message arrives or a game is opened. If later a message arrives on this channel, the user is not informed.

Since there are currently at least 3 people working on various forks and branches, and the number might increase in the future, it might be useful to modularize html.index, which...

The current loader function loads TPS, but the output for downloading notations is PTN. Neither the file, nor the PTN-String can be correctly parsed by the parsing function. Suggestion: Relable...

Currently playtak.com does not allow direct user to user interaction (if we disregard the chat, which is currently global). This blocks several other interesting features, which are common to other...

The notation window currently displays the PTN in a reasonably functional way. However some features are provisionary at the moment. The application of moves will flash the board and cause...

Multiple messages from the same person have increased overhead, as they display the user name multiple times. To reduce overhead and declutter the chat, followup messages from the same user...

Can be extended in any way anyone sees fit.