B2B agricultural procurement
Post a request for quotation, suppliers submit quotes.
Not built yet
procurement-service already exists in the backend and models exactly this (RFQs, matching against marketplace-service) - but it's tenant-scoped/private, matching every other operational service in the platform. This site would need a public, anonymized read layer over it, which doesn't exist.
- →Decide what an RFQ can safely show publicly (product, quantity, delivery, deadline) without exposing the requesting org's identity
- →Build a public-facing read/browse layer alongside procurement-service's existing private one
- →Public quote submission needs its own auth/identity story - suppliers responding publicly is a different trust model than the private org-to-org flow that exists today