Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Dtos will be mostly reused from Batch Approve endpoint: Requisition Line Item and Requisition. We would only need to add "remarks" property to Requisition Line Item. We are getting rid of some large part of RequisitionDto, like Approved Products. Also Requisition Batch endpoints could be moved to new resource as well.

Problems

  • On the UI when we are entering Product Grid screen there has to be a logic to get Requisition from either "api/requisitions" or "api/approvalRequisitions" based on from which screen we are entering: View Requisition or Approve Requisitions
  • We are not sure based on what info Requisitions are rejected, is total cost and product info enough? is there a need for other properties from Requisition Line Item?