digidem / comapeo-mobile

The next version of Mapeo mobile
GNU General Public License v3.0
5 stars 1 forks source link

Enable Editing of an observation #461

Closed ErikSin closed 2 months ago

ErikSin commented 3 months ago

In an observation, the createdBy field does not reference a 'deviceId'. In otherwords, we cannot simply determine if a user created an observation by checking if createdBy === deviceId. We need to convert the createdBy field using $createdByToDeviceId

To Do