sealuzh / cloud-stove

The Cloud Stove Backend
https://api.thestove.io
Apache License 2.0
4 stars 0 forks source link

Provide endpoint to check whether a list of recommendations is already completed #164

Closed joe4dev closed 7 years ago

joe4dev commented 7 years ago

The way we currently find out whether recommendations are already completed has several disadvantages:

We should provide a new endpoint to check whether the currently running recommendation job(s) for a particular ingredient are already completed or not. This also requires changes in the frontend. The HTTP status code 202 (Accepted) is an intended way to deal with this kind of asynchronous tasks (see https://youtu.be/oG2rotiGr90?t=42m15s).

joe4dev commented 7 years ago

Fixed by 9826713