Xantomen / GamesInputPal

http://xantomen.com/gamesinputpal/
GNU General Public License v3.0
2 stars 0 forks source link

User shouldn't be able to overwrite/create Game Templates that have the same Game Title and Controller Chosen as an already existing template in the DB. Consider: Should I handle this on my own, by adding a versioning id on the server side? (Ex: Best Game Ever_2) #25

Closed Xantomen closed 8 years ago

Xantomen commented 8 years ago

My solution for now is telling people when they try to save and there is already one that it's taken. They should change the Game Title or the Controller to make it work.

Should do something more clever later on.

Login / Register will probably be a good solution for overwriting stuff :D