Soni Hahn is a multidisciplinary UX designer based in New York
Screen Shot 2015-09-09 at 11.33.34 PM.png

Data Personalization

Drinks Diary - Final Presentation

>>Presentation Slides

- 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 

 

4. Next Step

How to make a good connection between qualitative experience and quantified self data and display it in one place? 
 

Songee HahnComment