hartleydavid / tournament-bracket

Application that allows users to create different tournament brackets for their tournament needs.
0 stars 0 forks source link

Implement Naming Restrictions with Tournament Names #9

Open hartleydavid opened 6 months ago

hartleydavid commented 6 months ago

Blob storage has restrictions when it comes to naming conventions.

This name may only contain lowercase letters, numbers, and hyphens, and must begin with a letter or a number. Each hyphen must be preceded and followed by a non-hyphen character. The name must also be between 3 and 63 characters long.

Need to have some form of naming restriction when the form is being filled out