/pfeed
"id": {
"email": string, // user email
"date": date, // feedback date
"stars": [int[1,5]], // stars in array or object?
"comment": string // free comment
"recall":bool
}
/lfeed
feeds= ["id" : {
"email": string,
"date": date,
"stars": [int[1,5]], // yleisarvosana, aikataulu, palvelu, siisteys?
"comment": string,
"recall": bool
}]
/porder
"id" : {
"sc_id":string,
"date":date,
"name":string,
"address":string, //where order goes
"add_info":string
}
/lorders
orders = [{
// muuta dataa tilauksesta
"id" : "sc_id",
}]
/lsc
"id":{
"name":string,
"address":string,
"y":string, //y tunnus
"phone":string,
}
accounts = [{
"user":string, // plain text
"pass":string // plain text
}]