BIG WIP of refactoring my work in TS
authorDavid MAECHLER <d.maechler@thecodingmachine.com>
Tue, 7 Apr 2020 08:08:04 +0000 (10:08 +0200)
committerDavid MAECHLER <d.maechler@thecodingmachine.com>
Tue, 7 Apr 2020 08:08:04 +0000 (10:08 +0200)
commitfbfc208129cfe6c6048b04e40623c079bd1b013f
treef1bdc037958b960bda0adb545cb135adc07627fe
parentaf5d2a5a97f5e327c65be3735164832f9ad021d7
BIG WIP of refactoring my work in TS
12 files changed:
back/position-test.js [moved from back/src/Controller/position.js with 100% similarity]
back/src/Controller/IoSocketController.ts
back/src/Controller/PositionController.ts
back/src/Model/Distance.ts [new file with mode: 0644]
back/src/Model/Group.ts [new file with mode: 0644]
back/src/Model/UserInterface.ts [new file with mode: 0644]
back/src/Model/Websocket/Group.ts [new file with mode: 0644]
back/src/Model/Websocket/Message.ts
back/src/Model/Websocket/MessageUserPosition.ts
back/src/Model/World.ts [new file with mode: 0644]
back/tests/MessageTest.ts
back/tests/WorldTest.ts [new file with mode: 0644]