Add 'display' DB field for nicer variants display. Remove join on Variants table...
authorBenjamin Auder <benjamin.auder@somewhere>
Tue, 6 Apr 2021 22:57:58 +0000 (00:57 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Tue, 6 Apr 2021 22:57:58 +0000 (00:57 +0200)
commiteaa5ad3e93b761fefb16b32071be0b439761f843
tree440706bd9cdba4712a9dbc7964310b1857f7bb50
parentb0116a67818668f55cd2a3b3a323b2c91b5bc332
Add 'display' DB field for nicer variants display. Remove join on Variants table in Games SQL requests. Group variants in DB
23 files changed:
TODO
client/src/translations/en.js
client/src/translations/es.js
client/src/translations/fr.js
client/src/translations/rules/Chess/en.pug [moved from client/src/translations/rules/Chess960/en.pug with 99% similarity]
client/src/translations/rules/Chess/es.pug [moved from client/src/translations/rules/Chess960/es.pug with 99% similarity]
client/src/translations/rules/Chess/fr.pug [moved from client/src/translations/rules/Chess960/fr.pug with 99% similarity]
client/src/translations/variants/en.pug [deleted file]
client/src/translations/variants/es.pug [deleted file]
client/src/translations/variants/fr.pug [deleted file]
client/src/variants/Chess.js [new symlink]
client/src/variants/Chess960.js [deleted file]
client/src/views/Game.vue
client/src/views/Hall.vue
client/src/views/MyGames.vue
client/src/views/Problems.vue
client/src/views/Rules.vue
client/src/views/VariantList.vue
client/src/views/Variants.vue
server/db/create.sql
server/db/populate.sql
server/models/Game.js
server/models/Variant.js