Visitors want to find all reports for a car on the protocol's dapp.
The app should have a search field to enter a serial number. It then uses an RPC provider to fetch the id of the car and query the ReportCreated and ReportUpdated using the car id.
A table with 3 colums will be displayed: time of issuance, entity, and a view report. Every row will be a report emitted.
Visitors want to find all reports for a car on the protocol's dapp.
The app should have a search field to enter a serial number. It then uses an RPC provider to fetch the id of the car and query the ReportCreated and ReportUpdated using the car id.
A table with 3 colums will be displayed: time of issuance, entity, and a view report. Every row will be a report emitted.