...
- As a car owner, I want to onboard my car(s) to enable myself to control my produced data.
- As a car owner, I want to control who accesses my car’s data so that I can protect my privacy
- As a car owner, I want to review what data is accessible from others.
- As a car owner, I want to execute my rights according to GDPR or similar laws.
- As a driver I want to enable/disable data transfer per individual ride.
2.1.2. tasks
- Develop a user-friendly consent dashboard for granting/revoking access.
- Notify users about data usage and provide transparency logs.
...
Car manufacturers and data aggregators are the ones that are providing the underlying infrstructure for the data collection. They pay the bill for the data collection and would like to monetize the data potentially. Let use the more generic term data aggregator for the sake of simplicity
2.2.1. use cases
- As a data aggregator, I want to monetize vehicle data so that I can create new revenue streams
- To do so, I want to advertise my datasets on the platform so that the usefulness can be recognized by interested parties
- As a data aggregator, I want to publish my terms and conditions under which I engage in a business relation on this platform
- As a data aggregator, I require buyers to accept the terms and conditions
2.2.2. tasks
- Implement secure APIs for third-party data access.
- Develop a pricing model for data packages.
- Integrate payment systems for data monetization.
...
They are interested to create value out of the data and build business models and valuable use cases for multiple customers. They need access to data to fulfill their promise.
2.3.1. use cases
- As a service provider, I want to access vehicle diagnostics data so that I can offer predictive maintenance
- As a service provider, I want to search in all datasets, based on criteria, to find datasets, that are useful for my current work
- As a service provider, I want to publish data specifications to interested parties so that I can get specific datasets which I require for my current work.
2.3.2. tasks
- Create APIs for requesting diagnostic and real-time vehicle data.
- Ensure data requests comply with user consent and SLAs.
...