caTUstrophy / backend

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

Think of good way to tell recommendations #104

Closed nielsrolf closed 8 years ago

nielsrolf commented 8 years ago

I think currently, when you create a matching from frontend, you first select a request or offer and then choose from a list of all offers/requests of the same region. It would be good if the frontend would ask for possible matching partners for one item, so that we can add a simple recommended flag to each item in the response (eg GET regions/:ID/recommendations/:itemid). Additionally we could add another endpoint where the admin can quckly get an overview for all recommendations, eg Get regions/:ID/recommendations.

numbleroot commented 8 years ago

We implemented exactly that in one of the last commits.