Priority: Highhelp wantedreact.js
Repository metrics
- Stars
- (40 stars)
- PR merge metrics
- (PR metrics pending)
Description
- Each
AbuseTypehas "CoreBoxItems", or,InventoryTypesthat should be added toBoxesby default (once we create a Box) - We want to have a CoreBoxItem builder that is basically the same as
BoxDesign-- where we're addingInventoryTypesto a list, but the underlying data created is different - Instead of adding
BoxItems(InventoryTypes) to aBox, we'd be creating newCoreBoxItems - 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)