czytelny / backlog

Simple desktop app for storing lists of items (todo, tasks, backlog items)
http://backlog.cloud
MIT License
429 stars 83 forks source link

**DON'T ALLOW** same name of boards! #89

Closed diomed closed 5 years ago

diomed commented 5 years ago

It shouldn't be allowed to have same names of boards; like if I wanted to create 10 boards named Stories -

instead, boards should have names such as

Stories 02 Stories 03

etc. or something similar.

czytelny commented 5 years ago

I don't want to alter user input or put artificial limits. If somebody doesn't want to have two boards with the same name simply rename one of it :)

diomed commented 5 years ago

board names shouldn't be the same, because they're like categories. and what I did today was - I tried to create a board, but because of lag, in the end I ended up with up to 15 boards with the same name, which I had to delete manually. if only there was a way to stop me from doing that automatically. - maybe at least ask a permission from user if he really wants to do that.