digidem / mapeo-core

Library for creating custom geo data and syncronizing via a peer to peer network
23 stars 2 forks source link

(Back) Create a Document of all our Hypercore/Realm Schema #133

Closed ErikSin closed 2 years ago

ErikSin commented 2 years ago

Hypercore and Realm holds our data in collections/objects.

Task is to go through all our current data structures that are being used by hypercore, and document each collection.

collection should documented with a collection name, the name of each property in the document, and the type of each property

eg: Observation:{ lat:number, long: number location:string }