Skip to content

daftspunk/dishsmith-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DishSmith Plugin

Plugin used by DishSmith theme created at HACT 2013.

See DishSmith theme for the details.

Installation

  1. Install a copy of October CMS.
  2. Install the RainLab.User plugin.
  3. Download this Plugin archive as a ZIP.
  4. Extract the archive contents to /plugins/responsiv/dishsmith in the OctoberCMS application root directory.
  5. Ensure you have also installed the DishSmith Theme.
  6. Sign out of the Back-end (if not already) and sign in again to build the database.
  7. Open the front-end homepage and sign in to get started

Models

Dish

An item on a menu, like a meal. Dishes belong to Users.

  • name
  • user
  • slug

Ingredient

Dishes have many ingredients, unified ingredients make up the shopping list.

  • name
  • description
  • slug

Dish:Ingredient

Pivot table

  • ingredient (id)
  • dish (id)
  • amount (100)
  • type (grams)

Activity

Record logging for what dish appears on a timetable. Can tell when a dish was last eaten.

  • user (id)
  • dish (id)
  • created_at
  • type (enum: dish, skip)

About

Plugin used by DishSmith theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages