User story
As a user, I want to delete data of a certain event so that no useless data will be stored in the database.
After an event and pit crew upload all data of this event to remote, then the pit crew should be able to delete all data for this event saving space for next use.
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 delete the correct data with certain an event codes
Are backends able to delete data from different request with the correct sequence
Are backends able to delete data with different event codes at the same time
User story As a user, I want to delete data of a certain event so that no useless data will be stored in the database. After an event and pit crew upload all data of this event to remote, then the pit crew should be able to delete all data for this event saving space for next use.
Acceptance criteria
Definition of Done