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

0 stars 2 forks source link

User Story: Query data by sensors #28

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 sensor, 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 one sensor id
  4. Are backends able to query data from different requests with the correct sequence
  5. Are backends able to query data with different sensor ids at the same time