This repository has been archived by the owner on Jan 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
67 lines (46 loc) · 1.4 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Add price and size to recipe form - done
Clean up recipe form view - done
Add type field to recipe model and form - done
Add type seeds to DB - no longer necessary
Do front end of Recipe show - done
Do front end of Recipe index. - done
Create Menu model. - done
Menu model:
HABTM recipes
startDate
endDate
pickupDate
ingredient_ids
Do front end of Menu model. - partially done, dependant upon completion
of is_current task and pluralization of sizes and prices
- also need to make menu items into links
Use dates instead
- set up custom validator class
- done, but needs more testing
setup ability to have multiple prices and sizes - done
- size/price model?
- inventoryItem
- float price, string category
- HABTM recipes
- only a model
- default values
- generate model
- build migration to add relationship table and add attributes
to menu
- add to menu model
- do front end (add to menu form)
Fix visited links - done
Push to bluehost
Make action mailer actually mail.
Figure out why CSS disappears
Add philosophy, FAQ, and contact to pages DB seeds. - done
Set up permissions - done
Build admin interface
- ability to make users admin
- links to image views
- ability to add images
Check validation for dates on menu
Add way to order the ingredients
Build Order Scaffold
- give user ability to select via checkboxes from currnet_menu
Style Error Messages