Alan-Bushell / la-cocina-del-diablo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USER STORY: Admin Panel

Alan-Bushell opened this issue · comments

As a Business Owner I can access the backend of the site so that see all of the information and make changes

Acceptance Criteria

  • Must be able to login to websites backend
  • Must giver user Admin permissions
  • User must be able to add or delete information

Tasks

  • Create SuperUser (create backend)
  • Assign link
    • Ensure Admin can log in successfully and view admin panel

Created super user & added basic search functionality

Admin user can successfully login to account, has facility to create menu and add items to menu.

Decided to add db models as it will make easier for updating, amending menu items in the future for seasonal menu's. Valentines day, special set menus etc.

Admin panel is pretty much complete at this stage. Anything extra will be cosmetic.

May revisit if time permits