Requirements -
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
...
- "first" and "last" fields are not being used in UI orders
- All APIs are setting "first" and "last" field in collection in mod-orders-storage but those are never being used further.
- In daily standup, this was brought up and consensus was these fields were created when repositories were storage module was first defined but these fields were never used in production.
POC
Remove "first" and "last" field from example https://github.com/folio-org/acq-models/blob/master/mod-orders-storage/examples/adjustment_collection.sample
Remove "first" and "last" field from schema https://github.com/folio-org/acq-models/blob/master/mod-orders-storage/schemas/adjustment_collection.json
...