mfrb15 / DEV005-burger-queen-api-client

0 stars 1 forks source link

Orders ready #96

Closed Natalia392 closed 1 year ago

Natalia392 commented 1 year ago

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.