issues
search
CodeForAfrica
/
sensors.AFRICA-api
The sensors.AFRICA API receiving, storing, and processing data received from sensors across the continentent. Accessible at https://api.sensors.africa/
https://api.sensors.africa/
18
stars
7
forks
source link
[Fix] serializer
#83
Closed
kilemensi
closed
3 years ago
kilemensi
commented
3 years ago
Description
[X] Ensure
NodeSerializer
includes id when returning data after success creating a new
Node
, and
[X] Introduce
SensorTypeSerializer
that handles
uid
when processing
SensorType
data.
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
Screenshots
N/A
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
Description
NodeSerializer
includes id when returning data after success creating a newNode
, andSensorTypeSerializer
that handlesuid
when processingSensorType
data.Type of change
Screenshots
N/A
Checklist: