doudejans / web-scale-data-management

Project work for IN4331 Web-scale Data Management
0 stars 2 forks source link

Order service update #28

Closed mcomans closed 4 years ago

mcomans commented 4 years ago

This PR updates the order service and brings it up to the revised specification of the service. I've implemented the full /find/<order_id> endpoint which uses both the payment and stock services.

The only exception is the checkout endpoint that still needs to be implemented which depends on #14.

mcomans commented 4 years ago

Btw, do you want to add the checkout endpoint in this PR after #14 is merged, or do you want to add this in a separate pr?

@plammerts The checkout endpoint will be a separate PR, as #14 is dependent on this PR