You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reservable items have a user-friendly number that identifies them (and is encoded in barcodes). We need to be able to assign a number to item pools that are uncounted as well. The trick here is that any database constraints won't be able to ensure uniqueness. Just doing that in Ruby via the validation system is probably OK though (we don't expect these values to be changed regularly after the items or pools are created).
The text was updated successfully, but these errors were encountered:
Reservable items have a user-friendly number that identifies them (and is encoded in barcodes). We need to be able to assign a number to item pools that are uncounted as well. The trick here is that any database constraints won't be able to ensure uniqueness. Just doing that in Ruby via the validation system is probably OK though (we don't expect these values to be changed regularly after the items or pools are created).
The text was updated successfully, but these errors were encountered: