You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have recently made schema changes to the Vendor model. Now the getAllVendors endpoint needs to be updated such that it includes the following fields: (all previously included fields), username, password, discountCode, 2fa contact, notes, addedBy + userId, status, contacts, value, join date, taxExempt, assignedTo + userId, dueDate, notifyDate.
Acceptance Criteria
getAllVendors endpoint has been updated to include relevant Vendor model fields.
Proposed Solution
Update the vendor transformer to include the fields above
Update the vendor type, and Prisma.VendorGetPayload
Mocks
No response
The text was updated successfully, but these errors were encountered:
Description
We have recently made schema changes to the Vendor model. Now the getAllVendors endpoint needs to be updated such that it includes the following fields: (all previously included fields), username, password, discountCode, 2fa contact, notes, addedBy + userId, status, contacts, value, join date, taxExempt, assignedTo + userId, dueDate, notifyDate.
Acceptance Criteria
getAllVendors endpoint has been updated to include relevant Vendor model fields.
Proposed Solution
Mocks
No response
The text was updated successfully, but these errors were encountered: