boldandbrad / meeple-cli

🎲 Interact with BoardGameGeek and manage local collections from your terminal.
MIT License
1 stars 1 forks source link

Collection names should be case insensitive #55

Open boldandbrad opened 1 year ago

boldandbrad commented 1 year ago

User should not be allowed to create both of the following collections: “wishlist” and “WishList”. They should be treated as the same.

Use all lower case to perform collection checks.

Limit collection names to include only alphanumeric characters plus hyphens and underscores.