sb-github / cookdrive-sb-gh

Other
6 stars 2 forks source link

Create a control system: food & categories #6

Open sb-github opened 6 years ago

sb-github commented 6 years ago

Control system: food & categories (40h)

This function must allow the administrator to manage data of food and categories.

UI:

  1. Add new item to user menu: 33323180-4b982058-d454-11e7-99d3-49322700588f

  2. Add tabs to manager view: 33323637-cd35a08a-d455-11e7-80a2-261ceac65ee4

  3. Create views:

    • Categories (List of all of the categories with add/edit/delete buttons); 33324679-f7c85218-d458-11e7-89c1-1bcb01ed8fc9

Data Structure:

Edit

Add

  1. Create a category table:

    • Name - name of category;
  2. Create a product category table:

    • Product_Id - the product which assigned to the category;
    • Category_Id - the category that is assigned;

Logic or Flow information:

Food&Category When the admin visits a page with a list of food/category - he gets all the information about the food/category from database. Each element of the list he can edit and delete or add new elements.