DavidGolodetsky / GeekScore

A PWA for board games fans. It allows you to store your games, create teams, and collect statistics. It's built with MEVN stack, using Vue.js 2 and Vuetify.
https://geekscore.herokuapp.com
MIT License
8 stars 33 forks source link

fixed validation : player name uniqueness #182

Closed Kalingrowo closed 3 years ago

Kalingrowo commented 3 years ago

issue : #165

hello, I have a solution to solve this issue [ #165 ]. I'm not sure if this approach is good enough so please give me a hint if you have another approach thank you

DavidGolodetsky commented 3 years ago

hm, I checked it out and it works, but I don't get it:) Maybe you could make simplify it a bit so it would be more readable, or leave a coment

Kalingrowo commented 3 years ago

hello, I've made my second commit, it contains some simplified code and inline comments.