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

0 stars 2 forks source link

User Story: Query data with code events #9

Open VentusXu09 opened 4 years ago

VentusXu09 commented 4 years ago

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

  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 query the correct data with certain an event codes
  4. Are backends able to query data from different request with the correct sequence
  5. Are backends able to query data with different event codes at the same time