In a first version it would be ok to just save the data in memory. On restart of the server, the first request would poll the RSS. Saving it persistent would be difficult.
For now we decided to postpone the rss tile. To much work and security issues to get it into core/restapi.
The text was updated successfully, but these errors were encountered:
To implement a RSS tile (plone/volto#291) we need rest endpoints to bypass CORS problems. A POC could look like this:
A manager could post a rss url to this endpoint:
Anonymous user cloud get rss feeds from this endpoint:
In a first version it would be ok to just save the data in memory. On restart of the server, the first request would poll the RSS. Saving it persistent would be difficult.
For now we decided to postpone the rss tile. To much work and security issues to get it into core/restapi.
The text was updated successfully, but these errors were encountered: