rGunti / PinMyPi

PinMyPi is a web service that receives GPS locations and lists them, similar to "Find My iPhone", but for your Raspberry Pis (and anything else you want).
MIT License
1 stars 0 forks source link

Extend model to store recorded points #1

Closed rGunti closed 6 years ago

rGunti commented 6 years ago

Extend the database model to store a reported point. This point may contain data such as:

Additional extensions could contain:

Additional extensions could be stored as a String field in JSON. This allows custom extensions while not requiring arbitratry columns which might be null most of the time, and they could be converted into columns later, if needed.