Plugin used by DishSmith theme created at HACT 2013.
See DishSmith theme for the details.
- Install a copy of October CMS.
- Install the RainLab.User plugin.
- Download this Plugin archive as a ZIP.
- Extract the archive contents to
/plugins/responsiv/dishsmith
in the OctoberCMS application root directory. - Ensure you have also installed the DishSmith Theme.
- Sign out of the Back-end (if not already) and sign in again to build the database.
- Open the front-end homepage and sign in to get started
An item on a menu, like a meal. Dishes belong to Users.
- name
- user
- slug
Dishes have many ingredients, unified ingredients make up the shopping list.
- name
- description
- slug
Pivot table
- ingredient (id)
- dish (id)
- amount (100)
- type (grams)
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)