-
Notifications
You must be signed in to change notification settings - Fork 4
/
todos
48 lines (39 loc) · 1.07 KB
/
todos
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
Pending changes:
Views
Style
x- Twitter bootstrap
x- Create layout
x- Structure views
Graph
x- Find graphing solution
x- Implement graphs in Keg show view
Model
Keg model
x- Present keg becomes active via a reset
x- Resets should take user to edit page to allow volume, beer_type changes
Emailer
x- Establish the threshold for emailing
x- Find mailing solution
x- Allow subscriptions to the mailer
Link to actual hardware
x- Get hose/ adapter from flow-meter into tap
x- Make sure data inputs from Arduino work
x- Set-up raspberrypi server / cover
Logistics
x- Keynote document
x- Rehearse with team
Structure of views
Home
- Current keg (active)
- link_to reset keg
History
- Shows list of all kegs in reverse order
- Each keg is clickable
Show keg
- Graphs consumption pattern for the keg: y-axis is volume, x-axis is date-time in days
Reset keg
- Asks for max_volume and beer_type
- Reset keg button creates the new keg object and redirects to home
Subscribe
- Field for email or cell phone
- You have been subscribed!