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

Device are able to"POST" their sensor data #13

Closed truonghoangduy closed 2 years ago

truonghoangduy commented 2 years ago

EPIC:

The functionality allow device (mobile) to transfer their data into organization backend. Later they could gather the data or make query or filter on it.

Description:

The device (mobile) app after each person interact their data [x] will be transfer to organization backend.

Header: device access token

[x]

body_temperature : float
face_mask: bool
covid_identification: 
        identification_method: QR | RFID
        identification_data : string
is_complete : bool (indicate weather user completing all the step, or they just do covid_identification)
Timestamp:

Note:

Specification

Note