[bug] change the API so that recommendation systems return
*only* article IDs when recommendations are requested, rather than the full article documents the web server then makes a database request for articles based on those article IDs; this way the backend is fully responsible for ensuring that the article documents returned to the app are correctly formatted; otherwise recsystems would have been free to insert any content they want into the articles I believe this design was the original intent, but I got sloppy while prototyping.
Please register or sign in to comment