Function getOrder is modified so it can show the latest orders every 20 seconds.
Create function in ordersServirce to process orders from pending to ready.
Creates interface to type Orders that have been marked as ready, as well as pending.
Create components to renderize both pending orders and ready orders in cook component.
Function getOrder is modified so it can show the latest orders every 20 seconds. Create function in ordersServirce to process orders from pending to ready. Creates interface to type Orders that have been marked as ready, as well as pending. Create components to renderize both pending orders and ready orders in cook component.