Update for the week 12
- Data entry screens : https://drinks-diary-final.herokuapp.com/
- WebApp Dashboard : https://drinks-diary-final.herokuapp.com/drinks-diary
1. Data Entry Screenshots
2. Create and save data with a MongoDB database
A document in collection example :
{
"_id": {
"$oid": "564e61c2cb21e62e0e91a2ed"
},
"drinkLocation": "306 e. 6th street, New York, NY",
"drinktype": "Beer",
"brandname": "brooklyn Lager",
"amount": 1,
"unit": "bottle",
"dollarspent": 5,
"timespent": 1,
"occasion": "home",
"drinkDate": "10/14/2015",
"inebriation": 1,
"location": {
"name": "306 E 6th St, New York, NY 10003, USA",
"geo": [
-73.98812939999999,
40.7270908
]
},
"__v": 0
}
3. Send data to the dashboard
You can see the actual data overview and other information that you tracked through the entry site in real time once you submitted.
4. Next Step
How to make a good connection between qualitative experience and quantified self data and display it in one place?