-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkingNotes.txt
More file actions
40 lines (29 loc) · 890 Bytes
/
Copy pathworkingNotes.txt
File metadata and controls
40 lines (29 loc) · 890 Bytes
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
Idea:
-visualizing data, figuring out impact of individuals on community
-can be used for any utilities: water, electricity, etc. But focus on water for now.
How to input data:
-scan utility bill with the phone
-enter the numbers by hand
Individual info:
-month (can combine into quarter and year)
-share this info with server to create additional dataset that we can use for comparison
Definition of community:
-county, zip, intersections/blocks
Questions for the survey to suggest better practices:
-shower
-bath
-dishwasher
-laundry
-gardening
Recommendation systems:
-goal setting
Model:
-our DB
-data that the user will input: person inputting his/her bill data, water usage in gallons
Controller:
-calculates the water usage
-updates database
-ontrols queries to the DB
Viewer:
-just interface for the user
-what's the most important info to display (less is better)