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
Each AbuseType has "CoreBoxItems", or, InventoryTypes that should be added to Boxes by default (once we create a Box)
We want to have a CoreBoxItem builder that is basically the same as BoxDesign -- where we're adding InventoryTypes to a list, but the underlying data created is different
Instead of adding BoxItems (InventoryTypes) to a Box, we'd be creating new CoreBoxItems
We want the UI to have a toggle at the top of the page that allows the user to view one AbuseType at a time, or, all of them in inline columns (for easy cross-comparing)
The text was updated successfully, but these errors were encountered:
@seanmarcia and others have done some work on the BoxDesign feature, so feel free to check out that issue/thread/code and/or we'd love feedback back on how you solve this so we can apply backward
AbuseType
has "CoreBoxItems
", or,InventoryTypes
that should be added toBoxes
by default (once we create a Box)BoxDesign
-- where we're addingInventoryTypes
to a list, but the underlying data created is differentBoxItems
(InventoryTypes
) to aBox
, we'd be creating newCoreBoxItems
The text was updated successfully, but these errors were encountered: