The third set of assets, transactions, and events that we are going to define fall into the vehicle repair domain. This domain contains the transactions and assets needed to request for a quote to repair a damaged vehicle and generate quote with repair estimates. We can identify the following assets, transactions, and events, as shown in the following diagram:
- QuoteRequest: An asset that stores a request for vehicle repairs
- RepairQuote: An asset that stores a repair quote based upon a specific request
- RequestQuote: A transaction to request a new quote to repair vehicle damages
- OfferQuote: A transaction to offer an estimate for a specific request
- RequestforQuoteEvent: An event transmitted after ...