3wcircus / DamnThePotHolesBackend

1 stars 0 forks source link

Backend: Update Hit model to include the user who reported hit #5

Closed 3wcircus closed 5 years ago

3wcircus commented 5 years ago

Add a property to the current hit data model that allows the user id who reported the hit to be persisted. A modification needs to be made to the mapping PUG component so that the label includes which user reported the hit.

3wcircus commented 5 years ago

Added to data model and map marker generation. Right now a manual setting in the mobile app until actual users are implemented