Skip to content

Create a control system: food & categories #6

@sb-github

Description

@sb-github

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

  • Food (List of all of the food with add/edit/delete buttons);
    33324242-b751b0fe-d457-11e7-9d65-dba83ccb1d8a-3

Data Structure:

Edit

  • Remove category column from products;

Add

  1. Create a category table:
  • Name - name of category;
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions