GDSC-HSU / gateway

[Top 3] 2022 Solution Challenge an IoT apporch include Flutter & embedded devices, network protocol, solving/helping covid-19 situation
MIT License
23 stars 9 forks source link

Organization able to view statistic over device data log #16

Open truonghoangduy opened 2 years ago

truonghoangduy commented 2 years ago

EPIC :

Organization could do statistic query data over device log.

Description :

Organization on the web could see log for current device by #12.

Log are too large for them to look at, they are able to make query like to find or locate device log they wanted. The data response back will be device log located at #13

  1. Query : Between start of timespan <-> end of timespan
  2. Query : Pacific day like 12/2 (only show result in that day)

Note : Query 1,2 are not combine only use one or another

URL:/{device-id}/____


Specification

Note