CN111340650A - Collaborative ordering system - Google Patents

Collaborative ordering system Download PDF

Info

Publication number
CN111340650A
CN111340650A CN201811546863.3A CN201811546863A CN111340650A CN 111340650 A CN111340650 A CN 111340650A CN 201811546863 A CN201811546863 A CN 201811546863A CN 111340650 A CN111340650 A CN 111340650A
Authority
CN
China
Prior art keywords
back end
information
latest
server
ordering system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811546863.3A
Other languages
Chinese (zh)
Inventor
陈一唯
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuxi Yashe Information Technology Co ltd
Original Assignee
Wuxi Yashe Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuxi Yashe Information Technology Co ltd filed Critical Wuxi Yashe Information Technology Co ltd
Priority to CN201811546863.3A priority Critical patent/CN111340650A/en
Publication of CN111340650A publication Critical patent/CN111340650A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/12Hotels or restaurants
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders

Landscapes

  • Business, Economics & Management (AREA)
  • Tourism & Hospitality (AREA)
  • Economics (AREA)
  • General Physics & Mathematics (AREA)
  • Finance (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Development Economics (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Human Resources & Organizations (AREA)
  • Primary Health Care (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses a collaborative ordering system.S 1, a front end A sends a dish adding request to a back end A; s2, the back end A inquires the information of the original dish; s3, the back end A processes the dish adding logic; s4, the back end A stores the latest collaboration information to the server; s5, the back end A publishes the latest collaboration information to a server subscription channel; s6, the back end A monitors the server subscription channel and acquires the latest collaboration information; s7, the back end B monitors the server subscription channel to obtain the cooperative information; s8, the back end B returns the latest collaboration information to the front end B, the code scanning ordering application adopts a front end and back end separation architecture, and the back end adopts a Spring Cloud micro-service architecture; the front end and the back end are communicated by a websocket technology, the service instances of the back end are communicated by redis, and the cooperation of various information is realized by defining a protocol of a service level.

Description

Collaborative ordering system
Technical Field
The invention belongs to the field of communication, and particularly relates to a collaborative ordering system.
Background
With the popularization of mobile internet technology and the development of Chinese catering services, the mobile phone code scanning ordering is used more and more, and in order to improve the user experience, multi-person coordinated ordering becomes an important function. Some functions without collaborative ordering and some functions with basic collaborative dishes are applied to code scanning ordering in the current market, and the whole flow of ordering and paying for the whole ordering is not collaborative, so that information such as ordering and paying can not be synchronized in real time among a plurality of users, and ordering experience of the users is influenced.
At present, publication number CN201410156873.1 discloses an intelligent terminal collaborative ordering system and method based on two-dimensional code and NFC tag, which includes the following steps: s1: acquiring authentication information; s2: opening an ordering initial page; s3: the ordering system establishes an ordering information table for each dining table; s4: ordering by the users at the same table; s5: confirming the menu: completing the ordering; s6: the cook starts to make dishes according to the menu; s7: and (6) checkout. The NFC terminal comprises a plurality of NFC labels, a plurality of intelligent terminals, at least one network access device, an ordering server, at least one service desk terminal and at least one kitchen terminal. The invention has the advantages of improving the working efficiency and the service level of the restaurant, facilitating ordering and settlement of diners and providing excellent dining experience for customers.
Disclosure of Invention
The invention aims to provide a collaborative ordering system, which comprises the following steps: s1, the front end A sends a dish adding request to the rear end A; s2, the back end A inquires the information of the original dish; s3, the back end A processes the dish adding logic; s4, the back end A stores the latest collaboration information to the server; s5, the back end A publishes the latest collaboration information to a server subscription channel; s6, the back end A monitors the server subscription channel and acquires the latest collaboration information; s7, the back end B monitors the server subscription channel to obtain the cooperative information; and S8, the back end B returns the latest collaboration information to the front end B.
Preferably, the front end and the back end communicate by using websocket technology.
Preferably, the remote communication is used between the service instances in the back end.
Preferably, the front end adopts a mobile phone or a flat plate.
Preferably, the back end is a background server for providing a meal ordering service.
The invention has the beneficial effects that: the code scanning and ordering application adopts a front-end and back-end separation architecture, and the back end adopts a Spring Cloud micro-service architecture; the front end and the back end are communicated by a websocket technology, the service instances of the back end are communicated by redis, and the cooperation of various information is realized by defining a protocol of a service level.
Drawings
FIG. 1 is a schematic flow chart of the operation.
Detailed Description
The collaborative ordering system comprises the following steps: s1, the front end A sends a dish adding request to the rear end A; s2, the back end A inquires the information of the original dish; s3, the back end A processes the dish adding logic; s4, the back end A stores the latest collaboration information to the server; s5, the back end A publishes the latest collaboration information to a server subscription channel; s6, the back end A monitors the server subscription channel and acquires the latest collaboration information; s7, the back end B monitors the server subscription channel to obtain the cooperative information; and S8, the back end B returns the latest collaboration information to the front end B.
Preferably, the front end and the back end communicate by using websocket technology.
Preferably, the remote communication is used between the service instances in the back end.
Preferably, the front end adopts a mobile phone or a flat plate.
Preferably, the back end is a background server for providing a meal ordering service.
The multiple users can see information such as dish addition, dish deletion, dish remark modification, whole menu remark and the like of other users in real time through cooperation.
Temporarily locking the order when a certain user places an order does not allow other users to modify the order, and the order placing result and the marketing activities (only when the order placing is successful) participated in the order placing are coordinated to other users. And adding dishes after ordering.
Temporarily locking the order when a certain user pays does not allow other users to modify the order, and the payment result is coordinated to other users.
Finally, it should be noted that: although the present invention has been described in detail with reference to the above embodiments, it should be understood by those skilled in the art that: modifications and equivalents may be made thereto without departing from the spirit and scope of the invention, and the appended claims are intended to cover such modifications and equivalents as fall within the true spirit and scope of the invention.

Claims (5)

1. The collaborative ordering system is characterized in that: the method comprises the following steps: s1, the front end A sends a dish adding request to the rear end A; s2, the back end A inquires the information of the original dish; s3, the back end A processes the dish adding logic; s4, the back end A stores the latest collaboration information to the server; s5, the back end A publishes the latest collaboration information to a server subscription channel; s6, the back end A monitors the server subscription channel and acquires the latest collaboration information; s7, the back end B monitors the server subscription channel to obtain the cooperative information; and S8, the back end B returns the latest collaboration information to the front end B.
2. The collaborative ordering system according to claim 1, wherein: the front end and the back end are communicated by using a websocket technology.
3. The collaborative ordering system according to claim 1, wherein: redis communication is used between multiple background services.
4. The collaborative ordering system according to claim 2, wherein: the front end adopts a mobile phone and a flat plate.
5. The collaborative ordering system according to claim 3, wherein: the back end is a background server for providing ordering service.
CN201811546863.3A 2018-12-18 2018-12-18 Collaborative ordering system Pending CN111340650A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811546863.3A CN111340650A (en) 2018-12-18 2018-12-18 Collaborative ordering system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811546863.3A CN111340650A (en) 2018-12-18 2018-12-18 Collaborative ordering system

Publications (1)

Publication Number Publication Date
CN111340650A true CN111340650A (en) 2020-06-26

Family

ID=71181304

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811546863.3A Pending CN111340650A (en) 2018-12-18 2018-12-18 Collaborative ordering system

Country Status (1)

Country Link
CN (1) CN111340650A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103646290A (en) * 2013-11-14 2014-03-19 成都博约创信科技有限责任公司 Food-ordering system and method based on handset Wechat
CN104978697A (en) * 2015-06-24 2015-10-14 西南石油大学 Two-dimensional code-based cooperative intelligent ordering method and system
CN108846093A (en) * 2018-06-14 2018-11-20 浙江口碑网络技术有限公司 Support the method for processing business and system of multi-user operation

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103646290A (en) * 2013-11-14 2014-03-19 成都博约创信科技有限责任公司 Food-ordering system and method based on handset Wechat
CN104978697A (en) * 2015-06-24 2015-10-14 西南石油大学 Two-dimensional code-based cooperative intelligent ordering method and system
CN108846093A (en) * 2018-06-14 2018-11-20 浙江口碑网络技术有限公司 Support the method for processing business and system of multi-user operation

Similar Documents

Publication Publication Date Title
CN106779004B (en) Two-dimensional code generation method and system
CN102255827B (en) Video chatting method, device and system
CN103646363A (en) Food ordering system based on android system
CN103428377A (en) Visible IVR (Interactive Voice Response) implementation method and system
CN103825950A (en) Contact synchronizing method and system based on cloud platform
CN105046339A (en) Reservation and food ordering intelligent food and beverage management system and reservation and food ordering intelligent food and beverage management method
CN105427206A (en) Intelligent campus ordering and dining system
CN101184054A (en) Method, system and server of implementing product or service reservation through network
CN103347065A (en) Service information processing system and method
CN108810295A (en) Service providing method, electronic equipment and storage medium
CN105303356A (en) Community logistic distribution information reception order acquiring method and system
CN104851058A (en) Intelligent order system based on graphic codes
CN104717131A (en) Information interaction method and server
CN109360125A (en) A kind of service calling system and method
CN101599921A (en) A kind of enterprise instant communication system and document transmission method thereof
CN104504446A (en) Hotel room direct booking system based on end-to-end reverse pricing and using method thereof
CN104063603A (en) Semi-self-service dish ordering method and device based on converged communication technology
CN202979098U (en) Call center control system
CN107533739A (en) A kind of system for obtaining vegetable selection information
CN105302651A (en) Method and apparatus for supplier and user to remotely and synchronously browse commodity
CN111340650A (en) Collaborative ordering system
CN202512621U (en) Remote network real-time reservation device for reserving table and food
CN105354687A (en) Restaurant management system
CN114697282B (en) Message processing method and system, storage medium and electronic device
CN102694788A (en) Method and system for providing client side remote service from server side

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20200626