I am implementing a shopping cart website , which can be used by multiple vendors at a time simultaneously .
I have a requirement as When a new order comes in, the Order status should be in Yellow color (New Order ) and if it is accepted by any of the Vendor it should turn to Blue Color (Processed state)
I am confused at this scenario :
Assume that 4 vendors are watching the Orders simultaneously , a new order has come in which initially shown in yellow color and one of the vendor accepted that , how can i change the color of that Order to Blue Color to the remaining 3 Vendors ??
Any suggestions as how to implement this type of requirement ??