As an OPS user, I want to access Vendor details associated with an Agreement.
Acceptance Criteria
[ ] When an agreement is viewed (details) the Vendor's metadata can be seen in those details.
Tasks
UX
Dev
[ ] Create a RTK query to query a Vendor based on the Entity Unique Id.
[ ] Consider if we should store the pre-determined vendor result data in the Agreement (or whatever was determined for storage location) or just leave as a dynamic lookup.
[ ] Create a VendorDetails React component that shows Vendor details that are either cached or loaded dynamically (prefer dynamic)
User Story
As an OPS user, I want to access Vendor details associated with an Agreement.
Acceptance Criteria
Tasks
UX
Dev
Definition of Done Checklist
Additional Context & Resources