-
Notifications
You must be signed in to change notification settings - Fork 2
Data Model of Workspace : Based on Category(Meeting Room)
Zeba Sheikh edited this page Jun 25, 2019
·
11 revisions
Category:[
{
categoryId: 1,
categoryName:"Meeting Room",
space: {
spaceid: 1002,
spaceName: 'WorkX Office',
spaceImageUrl:' https://storage.googleapis.com/weworkimages/uniimages/intentional-design.png',
price: 3000,
address: {
buildingNumber: 200B,
area: "WhiteField",
city: "Bengaluru" ,
state: "KA" ,
country:"India",
pincode: 560030
location:{
latitude: '{{floating(-90.000001, 90)}}',
longitude: '{{floating(-180.000001, 180)}}'
}
}
}
},
space: {
spaceid: 1001,
spaceName: 'Novotel Office',
spaceImageUrl:' https://storage.googleapis.com/weworkimages/uniimages/intentional-design.png',
price: 3000,
address: {
buildingNumber: 100A,
area: "Koramangala",
city: "Bengaluru" ,
state: "KA" ,
country:"India",
pincode: 560034
location:{
latitude: '{{floating(-90.000001, 90)}}',
longitude: '{{floating(-180.000001, 180)}}'
}
}
}
},
space: {
spaceid: 1005,
spaceName: 'Innov8 Office',
spaceImageUrl:' https://storage.googleapis.com/weworkimages/uniimages/intentional-design.png',
price: 3000,
address: {
buildingNumber: 600D,
area: "WhiteField",
city: "Bengaluru" ,
state: "KA" ,
country:"India",
pincode: 560654,
location:{
latitude: '{{floating(-90.000001, 60)}}',
longitude: '{{floating(-180.000001, 17)}}'
}
}
}
}
]