caTUstrophy / backend

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

Implement calculation of matching score #98

Closed numbleroot closed 8 years ago

numbleroot commented 8 years ago

Implement a function that calculates the matching score between an offer and a request and stores its result into a database table consisting of the fields: | regionID | offerID | requestID | matchingScore |

This function is supposed to work like described here (German!).

This issue probably breaks down into following parts:

Maybe it might make sense to define this function on a Region struct.

Part of #96

numbleroot commented 8 years ago

Status:

numbleroot commented 8 years ago

Possibility for NLP technique: Technology discussion thread.