by Arnaud Babol & Eric Allard
.hack//Withings Withings : company, products The Scale : how does it work What we want Demo How did we do that Why is it really cool ? Conclusion |
Data acquisition on aspects of a person's daily life
Tensiometer |
|
Pedometer |
Weight sensors Body fat Heart rate Air quality Temperature |
Cool but ...Limited access to the data
& |
Keep control of the data Manage our data : add/update/delete Make an application that we can use for any sensors Provide our own JSON-API for the developers |
Define the data :
{
value: Number,
type: Number,
date: { type : Date, default : Date.now }
}
Define masks for categories :
weight : {type : 1}
Define the name of MongoDB Collection
Activate some views per categories :
text: {
0: {
el: "text-weight",
title: "Weight Table",
type: 1
}
NPM : Server Bower : Client Best way to install/update a library |
Transpilation of SCSS files Automatically restart the server Minify the source code Choose your working environment |
Tasks Meeting Summary Viewing the commit history directly in the browser Objectives |
Keep control of the data ✔ Manage our data : add/update/delete ✔ Make an application that we can use for any sensors ✔ Provide our own JSON-API for the developers ✔ Multi-users ✕ Clever view ✕ More sensors ✕ |