gcivil-nyu-org / spring2020-cs-gy-9223-backend

0 stars 2 forks source link

User Story: Delete data with event codes #8

Open VentusXu09 opened 4 years ago

VentusXu09 commented 4 years ago

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

  1. Design the API structure, both response and request.
  2. Good performance on database locking.
  3. Complete all test cases

Definition of Done

  1. Pass all automated and user testing at developer level
  2. Is this feature deployed to the Heroku folder
  3. Are backends able to delete the correct data with certain an event codes
  4. Are backends able to delete data from different request with the correct sequence
  5. Are backends able to delete data with different event codes at the same time