About

Information exchange (ping-pong) when ordering goods on the trading platform.

This web application is an implementation of an assignment to study the interaction of php and MySQL database.

Task:

Implement the process of agreeing the terms between the buyer and the seller when purchasing goods in accordance with the requirements described below;

Implement the ability to view the entire chain of negotiations in the form of data for each step of changing the conditions (information in the Buyer's request and information in the Seller's response) for both parties to the negotiations. It should be borne in mind that data exchange is of a batch nature (i.e. several conditions can change simultaneously, and the list of goods can contain a lot of items);

Get the following result of the process: an order agreed on the terms, according to which it will be possible to conclude a deal between the buyer and the seller;

The list of conditions discussed by the Seller and the Buyer:

Creation date: december 2020


Database schema
App creation script (in russian)
Authors Homepage