Skip to content

Data Model of Workspace : Based on Category(Meeting Room)

Zeba Sheikh edited this page Jun 26, 2019 · 11 revisions
       Category:[
          {
         categoryId: 1,
         categoryName:"Meeting Room",
         price : 2500,
         additionAmenities: string,
            Dimension{
                  width: 10;
                  height:  10;                   
                    }

                         
             space: {
             spaceId: 1002,
             spaceName: 'WorkX Office',
             spaceImageUrl:' https://storage.googleapis.com/weworkimages/uniimages/intentional-design.png',
             totalprice: 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)}}'
                                     }

                            }
                     }
        }

]

Clone this wiki locally