This system will allow the distribution of parsed unassigned dishes to proper categories
UI
CATEGORY ADMIN button - a link to the category and dishes admin page
Left sidebar - the list of categories with the scroll
Main content area - the list of dishes' images and/or names with some kind of checkbox
ADD button
DATA STRUCTURE
List of parsed dishes with no assigned category
? Input data: dishes' names and pictures or just dishes
LOGIC OR FLOW INFO
The user chooses a category -> user chooses unassigned dishes that fall into the chosen category -> add (the chosen items disappear from the list of unassigned dishes and get the proper category ID in the database DISHES table).
This system will allow the distribution of parsed unassigned dishes to proper categories
UI CATEGORY ADMIN button - a link to the category and dishes admin page Left sidebar - the list of categories with the scroll Main content area - the list of dishes' images and/or names with some kind of checkbox ADD button
DATA STRUCTURE List of parsed dishes with no assigned category ? Input data: dishes' names and pictures or just dishes
LOGIC OR FLOW INFO The user chooses a category -> user chooses unassigned dishes that fall into the chosen category -> add (the chosen items disappear from the list of unassigned dishes and get the proper category ID in the database DISHES table).