FriendChise Docs
Item List
Build reusable item lists as grids, checklists, or cards
The Item List tool lets managers build named lists of ToolItems for stations or jobs.
What it does
- Lists can be used as a prep checklist, a grid of required items, or a structured list.
- Each list stores a
displayTypeso the UI opens in the right mode. GRIDsupports fixed dimensions throughToolItemGridConfig.CHECKLISTstores checked state separately so checking and unchecking stay cheap.TABLEandGALLERYare reserved for future list views.
Key ideas
ToolItemListis the named container.ToolItemListEntryis one slot in the list.ToolItemChecklistEntryonly exists when a checklist item is checked.- Managers can create, rename, duplicate, and delete lists.
Connection to other tools
- The grid view can use a
ConversionSetoverlay to show live rates for the selected items. - That makes the Item List tool useful for prep math as well as organization.
