cross20 / mini-warehouse

A home inventory solution.
https://mini-warehouse.vercel.app
0 stars 0 forks source link

Name types #6

Open cross20 opened 1 year ago

cross20 commented 1 year ago

Create name types to drive the behavior of specific names in the system.

All unique names in the system should include an (optional) prefix followed by a string. For example, a box name might look like B12.

Each name type should fall under one of the following categories:

Also, every name should have a minimum and maximum length (excluding the prefix).