Fortum-Warehouse / UPICK-backend

0 stars 0 forks source link

API to search work orders #4

Closed ahlstronomi closed 4 years ago

ahlstronomi commented 4 years ago

Description

We need an API for the backend to search for work orders.

Acceptance Criteria

[
  {
    id: 111,
    createdTime: "time and date here",
    itemCount: 24,
    totalWeight: 240
  },
  {
    id: 112,
    createdTime: "time and date here",
    itemCount: 24,
    totalWeight: 240
  },

  ...

]
ahlstronomi commented 4 years ago

Stretch, not relevant for POC