我需要有关旅行套票系统的建议.我想知道旅行或旅馆预订的网站功能是指他们的体系结构究竟是什么?构建可用于该应用程序的Web服务.
I need Some Advice on a Travel Package System.I want to Know Travel or Hotel booking Site Functionality means How Exactly is their architecture been Build what are the Web services Available for the Application.
推荐答案类似于Yatra或MyTrip的应用程序 好的.在进入应用程序体系结构或UI之前,您需要整理与给定城市的所有酒店有关的数据.不仅如此,如果您想让用户预订特定的酒店,还需要与该酒店建立合作关系. 捆绑意味着,从此之前您需要与酒店所有者进行讨论/讨论.双方都将就如何以及做什么(包括可用性和价格)得出结论.您与酒店之间签订合同后,您就可以使用该酒店的统计信息进行在线预订. 因此,我建议您首先与特定城市的酒店签订合同,然后再建立一个实际上可以在线预订的网站. 附注:没有网络服务可以做到这一点. It a application like that of Yatra or MyTrip Ok. Before moving into your application architecture or UI, you need to collate data related to all the hotels of a given city. Not just that, if you want to let users book for a particular hotel, you need to have a tie-up with that hotel. Tie-up means, from before you need to talk/discuss with the hotel owner about this. Both the parties would come to a conclusion on how and what, including the availability and price. Once the contract is done between you and hotel, you can use that hotel stats for booking online. So, I would suggest you to start with having contracts with hotels of a given city first and then move on to make a website that actually will book something online. P.S.: There is no web-service that does this.