caTUstrophy / backend

Backend part for our catastrophe aid tool. Written in Go.
GNU General Public License v3.0
6 stars 3 forks source link

Add mobility radius to offer and request #97

Closed numbleroot closed 8 years ago

numbleroot commented 8 years ago

To be able to calculate the distance a person is willing to travel for an offer or a request, we need to add a mobility radius field to those both elements. Make sure to integrate it into every function that has anything to do with offers and requests.

Part of #96