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

[Backend] Organization able to view device data log + device detail. #14

Open truonghoangduy opened 2 years ago

truonghoangduy commented 2 years ago

EPIC

This functionality allow organization to view device detail ([device information] #12) by doing so they could see the [data has been log] #13 further on organization could make query on those data.

Description

Use-case 1 : view device detail Organization on the web app could view the device information by make query to device-id, these are the data they will get

[Model for device information #12]

Use-case 2 view device data log After the organization has the view detail of the device they has an option to view data. Data pull form the backend will have 2 options (stateless, state-full).

[Model for data log #13]

Specification