how to automatically notify user when database finds a match?
-
Hi, I would like to design an application to allow shoppers to check if the stocks they have in mind have arrived in a stall. I have to use a modem which acts as the stall's SMS center and use SMS to test the program. To find out availability of stocks, the user will have to SMS to the SMS centre to specify stocks details such as: • Model / Type • Quantity • Size • Colour Customers just have to wait for the SMS centre to notify them that the stocks have arrived. Their specified stock requests as well as their contact details are automatically stored in the database system. Staff will update the database when new stocks have arrived and the consumers will be untomatically notified once the database finds a match between customers’ request and stocks’ availability. Customers can also easily change their requests at any time through the use of SMS. How do i start to put this idea into codes? Thank you!
-
Hi, I would like to design an application to allow shoppers to check if the stocks they have in mind have arrived in a stall. I have to use a modem which acts as the stall's SMS center and use SMS to test the program. To find out availability of stocks, the user will have to SMS to the SMS centre to specify stocks details such as: • Model / Type • Quantity • Size • Colour Customers just have to wait for the SMS centre to notify them that the stocks have arrived. Their specified stock requests as well as their contact details are automatically stored in the database system. Staff will update the database when new stocks have arrived and the consumers will be untomatically notified once the database finds a match between customers’ request and stocks’ availability. Customers can also easily change their requests at any time through the use of SMS. How do i start to put this idea into codes? Thank you!
Start with a pencil and paper and model out how you want the program to work, Then tackel the code.