User story
As pit crew, I want to query data with event codes so that I can analyze the data and make better strategies.
When we decide to provide functionality for users to create or choose an event, a proper way to distinguish data from different events is necessary. With this, it’s possible to quickly and precisely extract data from certain events.
Acceptance criteria
Design the API structure, both response and request.
Good performance on database locking.
Complete all test cases
Definition of Done
Pass all automated and user testing at developer level
Is this feature deployed to the Heroku folder
Are backends able to query the correct data with certain an event codes
Are backends able to query data from different request with the correct sequence
Are backends able to query data with different event codes at the same time
User story As pit crew, I want to query data with event codes so that I can analyze the data and make better strategies.
When we decide to provide functionality for users to create or choose an event, a proper way to distinguish data from different events is necessary. With this, it’s possible to quickly and precisely extract data from certain events.
Acceptance criteria
Definition of Done